diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-04-24 05:36:24 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-04-24 05:36:24 +0000 |
commit | 4fcfa6d3b4f2277c08dfbaed616866d46e64a88b (patch) | |
tree | 6a2648c3c4abd9632e64e8896616b44e9c46d04e /x11-clocks/t3d | |
parent | 07549b631419a2ad7ce205ce23dee38e35bb7621 (diff) | |
download | ports-4fcfa6d3b4f2277c08dfbaed616866d46e64a88b.tar.gz ports-4fcfa6d3b4f2277c08dfbaed616866d46e64a88b.zip |
Notes
Diffstat (limited to 'x11-clocks/t3d')
-rw-r--r-- | x11-clocks/t3d/Makefile | 25 | ||||
-rw-r--r-- | x11-clocks/t3d/distinfo | 1 | ||||
-rw-r--r-- | x11-clocks/t3d/pkg-comment | 1 | ||||
-rw-r--r-- | x11-clocks/t3d/pkg-descr | 5 | ||||
-rw-r--r-- | x11-clocks/t3d/pkg-plist | 2 |
5 files changed, 34 insertions, 0 deletions
diff --git a/x11-clocks/t3d/Makefile b/x11-clocks/t3d/Makefile new file mode 100644 index 000000000000..bc808bda12b4 --- /dev/null +++ b/x11-clocks/t3d/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: t3d +# Version required: 1.1 +# Date created: 20 Apr 1998 +# Whom: J Han <hjh@best.com> +# +# $Id$ +# + +DISTNAME= t3d +PKGNAME= t3d-1.1 +CATEGORIES= x11 +MASTER_SITES= http://www.jwdt.com/~paysan/ +EXTRACT_SUFX= .shar.gz + +MAINTAINER= hjh@best.com + +EXTRACT_CMD= zcat +EXTRACT_BEFORE_ARGS= +EXTRACT_AFTER_ARGS= |sh + +NO_WRKSUBDIR= yes + +USE_IMAKE= yes + +.include <bsd.port.mk> diff --git a/x11-clocks/t3d/distinfo b/x11-clocks/t3d/distinfo new file mode 100644 index 000000000000..7ffbfe226085 --- /dev/null +++ b/x11-clocks/t3d/distinfo @@ -0,0 +1 @@ +MD5 (t3d.shar.gz) = 3937e59ca1ef9f8b7a04e5714a6f38da diff --git a/x11-clocks/t3d/pkg-comment b/x11-clocks/t3d/pkg-comment new file mode 100644 index 000000000000..9c6456e24a86 --- /dev/null +++ b/x11-clocks/t3d/pkg-comment @@ -0,0 +1 @@ +Clock using flying balls to display the time. diff --git a/x11-clocks/t3d/pkg-descr b/x11-clocks/t3d/pkg-descr new file mode 100644 index 000000000000..c8c88f75c500 --- /dev/null +++ b/x11-clocks/t3d/pkg-descr @@ -0,0 +1,5 @@ +Time 3D is a clock. It uses flying balls to display the time. These +balls move and wobble around to give you the impression your +graphic workstation with its many XStones is doing something. +-- +t3d source is under GPL but not its appearance -- read the manual for details. diff --git a/x11-clocks/t3d/pkg-plist b/x11-clocks/t3d/pkg-plist new file mode 100644 index 000000000000..885db1264a26 --- /dev/null +++ b/x11-clocks/t3d/pkg-plist @@ -0,0 +1,2 @@ +bin/t3d +man/man1/t3d.1.gz |