summaryrefslogtreecommitdiff
path: root/x11/dxpc
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-01-29 13:25:12 +0000
committerfrueauf <frueauf>1998-01-29 13:25:12 +0000
commit6c11c8f9c52e6f0c3c7bc2440ff040866487de02 (patch)
treef2487e4abec171a1ecf654c23b9875112a891226 /x11/dxpc
parent6cdb2de3c1e16e3371d06ccd3714be8c50749d4f (diff)
downloadpkgsrc-6c11c8f9c52e6f0c3c7bc2440ff040866487de02.tar.gz
initial Makefile for dxpc package.
Diffstat (limited to 'x11/dxpc')
-rw-r--r--x11/dxpc/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/x11/dxpc/Makefile b/x11/dxpc/Makefile
new file mode 100644
index 00000000000..a3bdaaf0d94
--- /dev/null
+++ b/x11/dxpc/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 1998/01/29 13:25:12 frueauf Exp $
+# New ports collection makefile for: dxpc
+# Version required: 3.7.0
+# Date created: 2 Januar 1998
+# Whom: frueauf@ira.uka.de
+#
+#
+
+DISTNAME= dxpc-3.7.0
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_XCONTRIB}
+MASTER_SITE_SUBDIR= utilities
+
+MAINTAINER= frueauf@netbsd.org
+
+GNU_CONFIGURE= yes
+USE_X11= yes
+
+MAN1= dxpc.1
+
+.include <bsd.port.mk>