summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
Diffstat (limited to 'lang')
-rw-r--r--lang/pnetlib-nox11/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/pnetlib-nox11/Makefile b/lang/pnetlib-nox11/Makefile
new file mode 100644
index 00000000000..04dd089a880
--- /dev/null
+++ b/lang/pnetlib-nox11/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/01/12 17:16:43 xtraeme Exp $
+#
+
+.include "${.CURDIR}/../pnetlib/Makefile.common"
+
+PKGNAME= ${DISTNAME:S/-/-nox11-/}
+
+CONFIGURE_ARGS+= --without-x
+
+PLIST_SUBST+= WITH_X11="@comment "
+CONFLICTS= pnetlib-[0-9]*
+
+.include "../../mk/bsd.pkg.mk"