pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/pnetlib-nox11 pnetlib without X11 support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/25f411784240
branches:  trunk
changeset: 466170:25f411784240
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Mon Jan 12 17:16:43 2004 +0000

description:
pnetlib without X11 support.

diffstat:

 lang/pnetlib-nox11/Makefile |  13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diffs (17 lines):

diff -r 3171eb8e54cd -r 25f411784240 lang/pnetlib-nox11/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/pnetlib-nox11/Makefile       Mon Jan 12 17:16:43 2004 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index