diff options
author | asami <asami@FreeBSD.org> | 1995-04-12 20:32:12 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-12 20:32:12 +0000 |
commit | 8b4236cf7ebe88317356fa74570fea802de1bd0e (patch) | |
tree | 7e4bc01a5237a086344bcf19181b850324b0cc72 /x11/sxpc/Makefile | |
parent | 4b66b1425f949394009f8068fe492c88c8864a2e (diff) | |
download | FreeBSD-ports-8b4236cf7ebe88317356fa74570fea802de1bd0e.zip FreeBSD-ports-8b4236cf7ebe88317356fa74570fea802de1bd0e.tar.gz |
And now the rest of the x11 ports Makefiles.
Diffstat (limited to 'x11/sxpc/Makefile')
-rw-r--r-- | x11/sxpc/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11/sxpc/Makefile b/x11/sxpc/Makefile index 1485ebe..7da5c7d 100644 --- a/x11/sxpc/Makefile +++ b/x11/sxpc/Makefile @@ -3,18 +3,20 @@ # Date created: 22nd March 1995 # Whom: jkh@FreeBSD.org # -# $Id: Makefile,v 1.1.1.1 1995/03/22 21:14:52 jkh Exp $ +# $Id: Makefile,v 1.2 1995/04/01 12:51:06 jkh Exp $ # DISTNAME= sxpc-1.4 -USE_IMAKE= yes -MASTER_SITES= ftp://ftp.x.org/R5contrib/ CATEGORIES+= x11 +MASTER_SITES= ftp://ftp.x.org/R5contrib/ +EXTRACT_SUFX= .shar.Z + MAINTAINER= jkh@FreeBSD.ORG + NO_WRKSUBDIR= yes -EXTRACT_SUFX= .shar.Z EXTRACT_CMD= zcat EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh +USE_IMAKE= yes .include <bsd.port.mk> |