diff options
author | steve <steve@FreeBSD.org> | 1999-12-24 04:37:18 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-24 04:37:18 +0000 |
commit | 1397406d84809b12447934f8defb22d5e2e89c5c (patch) | |
tree | f190b3885bbb6540b943edd23d99f0d3791662fd /x11-clocks | |
parent | 3d31e3d159c49ba01e10f6d7f4418dd880360801 (diff) | |
download | FreeBSD-ports-1397406d84809b12447934f8defb22d5e2e89c5c.zip FreeBSD-ports-1397406d84809b12447934f8defb22d5e2e89c5c.tar.gz |
* freebsd.org -> FreeBSD.org
* zcat -> GZIP_CMD
* sh -> SH
* Added WWW: line into pkg/DESCR
PR: 15587
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/t3d/Makefile | 19 | ||||
-rw-r--r-- | x11-clocks/t3d/pkg-descr | 2 |
2 files changed, 11 insertions, 10 deletions
diff --git a/x11-clocks/t3d/Makefile b/x11-clocks/t3d/Makefile index dcb42bd..b1a67c9 100644 --- a/x11-clocks/t3d/Makefile +++ b/x11-clocks/t3d/Makefile @@ -1,25 +1,24 @@ -# New ports collection makefile for: t3d -# Version required: 1.1 -# Date created: 20 Apr 1998 -# Whom: J Han <hjh@best.com> +# New ports collection makefile for: t3d +# Version required: 1.1 +# Date created: 20 Apr 1998 +# Whom: J Han <hjh@best.com> # # $FreeBSD$ # -DISTNAME= t3d +DISTNAME= t3d PKGNAME= t3d-1.1 CATEGORIES= x11-clocks MASTER_SITES= http://www.jwdt.com/~paysan/ EXTRACT_SUFX= .shar.gz -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org -EXTRACT_CMD= zcat -EXTRACT_BEFORE_ARGS= -EXTRACT_AFTER_ARGS= |sh +EXTRACT_CMD= ${GZIP_CMD} +EXTRACT_BEFORE_ARGS= -dc +EXTRACT_AFTER_ARGS= | ${SH} NO_WRKSUBDIR= yes - USE_IMAKE= yes .include <bsd.port.mk> diff --git a/x11-clocks/t3d/pkg-descr b/x11-clocks/t3d/pkg-descr index c8c88f7..e630728 100644 --- a/x11-clocks/t3d/pkg-descr +++ b/x11-clocks/t3d/pkg-descr @@ -3,3 +3,5 @@ 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. + +WWW: http://www.jwdt.com/~paysan/#T3D |