diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 1999-12-24 03:59:00 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 1999-12-24 03:59:00 +0000 |
commit | bdaf107bb6c5b94ba274c6f6c00de97d453770c4 (patch) | |
tree | da4da594284341073ac31b1c788945c3054b243a /x11/sxpc | |
parent | 4b353c2a010779873e94b7415a906fdd54606aa9 (diff) | |
download | ports-bdaf107bb6c5b94ba274c6f6c00de97d453770c4.tar.gz ports-bdaf107bb6c5b94ba274c6f6c00de97d453770c4.zip |
Notes
Diffstat (limited to 'x11/sxpc')
-rw-r--r-- | x11/sxpc/Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/x11/sxpc/Makefile b/x11/sxpc/Makefile index 8532552b8371..5ff6b6202b0e 100644 --- a/x11/sxpc/Makefile +++ b/x11/sxpc/Makefile @@ -1,4 +1,4 @@ -# New ports collection Makefile for: sxpc +# New ports collection Makefile for: sxpc # Version required: 1.4 # Date created: 22nd March 1995 # Whom: jkh@FreeBSD.org @@ -8,14 +8,18 @@ DISTNAME= sxpc-1.4 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.x.org/R5contrib/ +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= utilities EXTRACT_SUFX= .shar.Z +MAINTAINER= ports@FreeBSD.org + +USE_IMAKE= yes NO_WRKSUBDIR= yes -EXTRACT_CMD= zcat -EXTRACT_BEFORE_ARGS= +EXTRACT_CMD= ${GZIP_CMD} +EXTRACT_BEFORE_ARGS= -dc EXTRACT_AFTER_ARGS= |sh -USE_IMAKE= yes + MAN1= sxpc.1 .include <bsd.port.mk> |