aboutsummaryrefslogtreecommitdiff
path: root/x11/dxpc/Makefile
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1998-05-17 06:27:46 +0000
committerMatthew Hunt <mph@FreeBSD.org>1998-05-17 06:27:46 +0000
commitc02b34c2087ceaae0a6da62bff115c34889a1ec4 (patch)
treeddc052c2f33e3f1f7bfbc946d971e6691b11c9b7 /x11/dxpc/Makefile
parentb2c26cc6aa5dcae2833b59d0ce39e85155468740 (diff)
downloadports-c02b34c2087ceaae0a6da62bff115c34889a1ec4.tar.gz
ports-c02b34c2087ceaae0a6da62bff115c34889a1ec4.zip
Notes
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>