diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-01-12 17:16:43 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-01-12 17:16:43 +0000 |
commit | 08b6e08579f9d021999f4d5713249b39b715f1a6 (patch) | |
tree | def35c2b8e6609f27299cc5fa569012238aaec2d /lang/pnetlib-nox11/Makefile | |
parent | 5afd80e2a69ea92cfeef78dc8c5b2c174faefb32 (diff) | |
download | pkgsrc-08b6e08579f9d021999f4d5713249b39b715f1a6.tar.gz |
pnetlib without X11 support.
Diffstat (limited to 'lang/pnetlib-nox11/Makefile')
-rw-r--r-- | lang/pnetlib-nox11/Makefile | 13 |
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" |