summaryrefslogtreecommitdiff
path: root/x11/dxpc
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-01-29 13:25:12 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-01-29 13:25:12 +0000
commit60fbbac6eb4a987ea7de95eb97b96801fb80005a (patch)
treef2487e4abec171a1ecf654c23b9875112a891226 /x11/dxpc
parenta6676870c3b74dc9709c46655ccbc0fb61a6dfa1 (diff)
downloadpkgsrc-60fbbac6eb4a987ea7de95eb97b96801fb80005a.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>