aboutsummaryrefslogtreecommitdiffstats
path: root/x11/dxpc/Makefile
diff options
context:
space:
mode:
authormph <mph@FreeBSD.org>1998-05-17 14:27:46 +0800
committermph <mph@FreeBSD.org>1998-05-17 14:27:46 +0800
commit878c696f3115eca52fedddaf9e0360891a1f761a (patch)
treeea947682ee440415607e3aa2884bcda997927f11 /x11/dxpc/Makefile
parentef40678371d0b241fe1ac9110957b39352433205 (diff)
downloadfreebsd-ports-gnome-878c696f3115eca52fedddaf9e0360891a1f761a.tar.gz
freebsd-ports-gnome-878c696f3115eca52fedddaf9e0360891a1f761a.tar.zst
freebsd-ports-gnome-878c696f3115eca52fedddaf9e0360891a1f761a.zip
Import of dxpc, an X11 proxy that considerably compresses the
protocol, making it nicer on slow links. PR: 6493 Submitted by: Bruce A. Mah <bmah@ca.sandia.gov>
Diffstat (limited to 'x11/dxpc/Makefile')
-rw-r--r--x11/dxpc/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11/dxpc/Makefile b/x11/dxpc/Makefile
new file mode 100644
index 000000000000..36ac7b11f590
--- /dev/null
+++ b/x11/dxpc/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: dxpc
+# Version required: 3.7.0
+# Date created: 2 May 1998
+# Whom: Bruce A. Mah <bmah@ca.sandia.gov>
+#
+# $Id$
+#
+
+DISTNAME= dxpc-3.7.0
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_XCONTRIB}
+MASTER_SITE_SUBDIR= utilities
+
+MAINTAINER= bmah@ca.sandia.gov
+
+MAN1= dxpc.1
+
+GNU_CONFIGURE= yes
+USE_X11= yes
+
+post-install:
+ strip ${PREFIX}/bin/dxpc
+
+.include <bsd.port.mk>