summaryrefslogtreecommitdiff
path: root/x11/sxpc/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-03-22 21:14:56 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-03-22 21:14:56 +0000
commit6d0f1f4db03d7079e701717a5870f9096bb2e7ef (patch)
treee020877e77bf50442be2fe12abc0e2008989ae64 /x11/sxpc/Makefile
parentUpgrade, 3.4d -> 3.4e. The shlib version number changed from 4.4 -> 4.5. (diff)
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/Makefile19
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>