diff options
author | xtraeme <xtraeme> | 2004-02-11 08:37:35 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-02-11 08:37:35 +0000 |
commit | b8bcbcf6cd5af842c2c99713ff78d7eda549d53a (patch) | |
tree | 8cf2c90cf409988bc37a3c18adb5142f558886ed /audio/liba52 | |
parent | 1bdb89db0e1157242f1742e7ee3405308f25fc8b (diff) | |
download | pkgsrc-b8bcbcf6cd5af842c2c99713ff78d7eda549d53a.tar.gz |
bl3ify
Diffstat (limited to 'audio/liba52')
-rw-r--r-- | audio/liba52/Makefile | 4 | ||||
-rw-r--r-- | audio/liba52/buildlink3.mk | 22 |
2 files changed, 24 insertions, 2 deletions
diff --git a/audio/liba52/Makefile b/audio/liba52/Makefile index 480b0b61826..675ffb307b6 100644 --- a/audio/liba52/Makefile +++ b/audio/liba52/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/01/23 06:03:57 grant Exp $ +# $NetBSD: Makefile,v 1.10 2004/02/11 08:37:35 xtraeme Exp $ # DISTNAME= a52dec-0.7.4 @@ -11,7 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://liba52.sourceforge.net/ COMMENT= Free ATSC A/52 stream decoder library -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool diff --git a/audio/liba52/buildlink3.mk b/audio/liba52/buildlink3.mk new file mode 100644 index 00000000000..2f280152105 --- /dev/null +++ b/audio/liba52/buildlink3.mk @@ -0,0 +1,22 @@ +# $NetBSD: buildlink3.mk,v 1.1 2004/02/11 08:37:35 xtraeme Exp $ +# +# This Makefile fragment is included by packages that use liba52. +# +# This file was created automatically using createbuildlink-3.1. +# + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +LIBA52_BUILDLINK3_MK:= ${LIBA52_BUILDLINK3_MK}+ + +.if !empty(BUILDLINK_DEPTH:M+) +BUILDLINK_DEPENDS+= liba52 +.endif + +.if !empty(LIBA52_BUILDLINK3_MK:M+) +BUILDLINK_PACKAGES+= liba52 +BUILDLINK_DEPENDS.liba52+= liba52>=0.7.4 +BUILDLINK_PKGSRCDIR.liba52?= ../../audio/liba52 + +.endif # LIBA52_BUILDLINK3_MK + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} |