diff options
author | wiz <wiz> | 2004-02-19 01:06:43 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-02-19 01:06:43 +0000 |
commit | b35395acac5e3e0d604bcdf400fa9f30ed795215 (patch) | |
tree | 4d7f29c2f94b1268ab19bc7385c2cde9d6a610f5 /audio/tremor | |
parent | 48bef3d05ba98998bd84aed44eaae6f025615e54 (diff) | |
download | pkgsrc-b35395acac5e3e0d604bcdf400fa9f30ed795215.tar.gz |
Add buildlink3.mk.
Diffstat (limited to 'audio/tremor')
-rw-r--r-- | audio/tremor/buildlink3.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/tremor/buildlink3.mk b/audio/tremor/buildlink3.mk new file mode 100644 index 00000000000..51e56604fd7 --- /dev/null +++ b/audio/tremor/buildlink3.mk @@ -0,0 +1,22 @@ +# $NetBSD: buildlink3.mk,v 1.1 2004/02/19 01:06:43 wiz Exp $ +# +# This Makefile fragment is included by packages that use tremor. +# +# This file was created automatically using createbuildlink-3.1. +# + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +TREMOR_BUILDLINK3_MK:= ${TREMOR_BUILDLINK3_MK}+ + +.if !empty(BUILDLINK_DEPTH:M+) +BUILDLINK_DEPENDS+= tremor +.endif + +.if !empty(TREMOR_BUILDLINK3_MK:M+) +BUILDLINK_PACKAGES+= tremor +BUILDLINK_DEPENDS.tremor+= tremor>=1.0.2 +BUILDLINK_PKGSRCDIR.tremor?= ../../audio/tremor + +.endif # TREMOR_BUILDLINK3_MK + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} |