diff options
author | grant <grant@pkgsrc.org> | 2004-04-15 10:41:02 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-04-15 10:41:02 +0000 |
commit | 56b1af4fccc3711bb5b7e2ec74d1617e63298f01 (patch) | |
tree | beeb8fd1e40f2b0b06c863e6fe1716076a220d85 /devel/rudiments | |
parent | 3f60c81130bb80cfe7b1f45f7bb82b5029f8dcb5 (diff) | |
download | pkgsrc-56b1af4fccc3711bb5b7e2ec74d1617e63298f01.tar.gz |
bl3ify
Diffstat (limited to 'devel/rudiments')
-rw-r--r-- | devel/rudiments/Makefile | 4 | ||||
-rw-r--r-- | devel/rudiments/buildlink3.mk | 22 |
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/+$//} |