pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/rudiments bl3ify



details:   https://anonhg.NetBSD.org/pkgsrc/rev/54b9c1fdbd27
branches:  trunk
changeset: 473003:54b9c1fdbd27
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Apr 15 10:41:02 2004 +0000

description:
bl3ify

diffstat:

 devel/rudiments/Makefile      |   4 ++--
 devel/rudiments/buildlink3.mk |  22 ++++++++++++++++++++++
 2 files changed, 24 insertions(+), 2 deletions(-)

diffs (44 lines):

diff -r 4de5be746e88 -r 54b9c1fdbd27 devel/rudiments/Makefile
--- a/devel/rudiments/Makefile  Thu Apr 15 10:39:13 2004 +0000
+++ b/devel/rudiments/Makefile  Thu Apr 15 10:41:02 2004 +0000
@@ -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 @@
 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 -r 4de5be746e88 -r 54b9c1fdbd27 devel/rudiments/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/rudiments/buildlink3.mk     Thu Apr 15 10:41:02 2004 +0000
@@ -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/+$//}



Home | Main Index | Thread Index | Old Index