diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-03-22 21:14:56 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-03-22 21:14:56 +0000 |
commit | 6d0f1f4db03d7079e701717a5870f9096bb2e7ef (patch) | |
tree | e020877e77bf50442be2fe12abc0e2008989ae64 /x11/sxpc/Makefile | |
parent | 6a9a45d0402bb95c613fe607704b1591579bf5aa (diff) | |
download | ports-6d0f1f4db03d7079e701717a5870f9096bb2e7ef.tar.gz ports-6d0f1f4db03d7079e701717a5870f9096bb2e7ef.zip |
Bring in the simple X protocol compressor.
Notes
Notes:
svn path=/head/; revision=1182
Diffstat (limited to 'x11/sxpc/Makefile')
-rw-r--r-- | x11/sxpc/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/x11/sxpc/Makefile b/x11/sxpc/Makefile new file mode 100644 index 000000000000..c123dcc7ed87 --- /dev/null +++ b/x11/sxpc/Makefile @@ -0,0 +1,19 @@ +# New ports collection Makefile for: sxpc +# Version required: 1.4 +# Date created: 22nd March 1995 +# Whom: jkh@FreeBSD.org +# +# $Id$ +# + +DISTNAME= sxpc-1.4 +USE_IMAKE= yes +MASTER_SITES= ftp://ftp.x.org/R5contrib/ +MAINTAINER= jkh@FreeBSD.ORG +NO_WRKSUBDIR= yes +EXTRACT_SUFX= .shar.Z +EXTRACT_CMD= zcat +EXTRACT_BEFORE_ARGS= +EXTRACT_AFTER_ARGS= |sh + +.include <bsd.port.mk> |