summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-01-12 17:16:43 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-01-12 17:16:43 +0000
commit78f1d9d5d73e454854a3e9d610b329e826358449 (patch)
treedef35c2b8e6609f27299cc5fa569012238aaec2d /lang
parent983e75e116d6f01b67b0eede4df433b14725e3d8 (diff)
downloadpkgsrc-78f1d9d5d73e454854a3e9d610b329e826358449.tar.gz
pnetlib without X11 support.
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"