pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/plotutils bl3ify
details: https://anonhg.NetBSD.org/pkgsrc/rev/cdb1fa844168
branches: trunk
changeset: 469279:cdb1fa844168
user: minskim <minskim%pkgsrc.org@localhost>
date: Sat Feb 21 14:46:50 2004 +0000
description:
bl3ify
diffstat:
graphics/plotutils/Makefile | 6 +++---
graphics/plotutils/buildlink3.mk | 22 ++++++++++++++++++++++
2 files changed, 25 insertions(+), 3 deletions(-)
diffs (51 lines):
diff -r 06bde34108d9 -r cdb1fa844168 graphics/plotutils/Makefile
--- a/graphics/plotutils/Makefile Sat Feb 21 14:45:22 2004 +0000
+++ b/graphics/plotutils/Makefile Sat Feb 21 14:46:50 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2003/08/09 10:53:29 seb Exp $
+# $NetBSD: Makefile,v 1.29 2004/02/21 14:46:50 minskim Exp $
#
DISTNAME= plotutils-2.4.1
@@ -12,7 +12,7 @@
CONFLICTS+= plotutils-nox11-[0-9]*
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_GCC_SHLIB= YES
USE_X11= YES
@@ -24,5 +24,5 @@
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig ${WRKSRC}/libxmi/ltconfig
-.include "../../graphics/png/buildlink2.mk"
+.include "../../graphics/png/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 06bde34108d9 -r cdb1fa844168 graphics/plotutils/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/plotutils/buildlink3.mk Sat Feb 21 14:46:50 2004 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: buildlink3.mk,v 1.1 2004/02/21 14:46:50 minskim Exp $
+#
+# This Makefile fragment is included by packages that use plotutils.
+#
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+PLOTUTILS_BUILDLINK3_MK:= ${PLOTUTILS_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= plotutils
+.endif
+
+.if !empty(PLOTUTILS_BUILDLINK3_MK:M+)
+BUILDLINK_PACKAGES+= plotutils
+BUILDLINK_DEPENDS.plotutils+= plotutils>=2.4.1nb2
+BUILDLINK_PKGSRCDIR.plotutils?= ../../graphics/plotutils
+
+.include "../../graphics/png/buildlink3.mk"
+
+.endif # PLOTUTILS_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
Home |
Main Index |
Thread Index |
Old Index