summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrant <grant>2004-04-15 10:41:02 +0000
committergrant <grant>2004-04-15 10:41:02 +0000
commitfddf3aa823708e61d84afd0f2a5568ae165f8ffa (patch)
treebeeb8fd1e40f2b0b06c863e6fe1716076a220d85
parent247c36247bf815c1108e7c4901d60c5ed9d13ee1 (diff)
downloadpkgsrc-fddf3aa823708e61d84afd0f2a5568ae165f8ffa.tar.gz
bl3ify
-rw-r--r--devel/rudiments/Makefile4
-rw-r--r--devel/rudiments/buildlink3.mk22
2 files changed, 24 insertions, 2 deletions
diff --git a/devel/rudiments/Makefile b/devel/rudiments/Makefile
index 38db5e4d45a..ec77bf28add 100644
--- a/devel/rudiments/Makefile
+++ b/devel/rudiments/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/04/15 10:32:33 grant Exp $
+# $NetBSD: Makefile,v 1.2 2004/04/15 10:41:02 grant Exp $
#
DISTNAME= rudiments-0.25.1
@@ -10,7 +10,7 @@ HOMEPAGE= http://rudiments.sourceforge.net/
COMMENT= C++ class library for client/server/daemon applications
GNU_CONFIGURE= YES
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_GNU_TOOLS+= make
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
diff --git a/devel/rudiments/buildlink3.mk b/devel/rudiments/buildlink3.mk
new file mode 100644
index 00000000000..443ba1b122c
--- /dev/null
+++ b/devel/rudiments/buildlink3.mk
@@ -0,0 +1,22 @@
+# $NetBSD: buildlink3.mk,v 1.1 2004/04/15 10:41:02 grant Exp $
+#
+# This Makefile fragment is included by packages that use rudiments.
+#
+# This file was created automatically using createbuildlink-3.1.
+#
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+RUDIMENTS_BUILDLINK3_MK:= ${RUDIMENTS_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= rudiments
+.endif
+
+.if !empty(RUDIMENTS_BUILDLINK3_MK:M+)
+BUILDLINK_PACKAGES+= rudiments
+BUILDLINK_DEPENDS.rudiments+= rudiments>=0.25.1
+BUILDLINK_PKGSRCDIR.rudiments?= ../../devel/rudiments
+
+.endif # RUDIMENTS_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}