pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/tremor Add buildlink3.mk.
details: https://anonhg.NetBSD.org/pkgsrc/rev/b2f4944d365b
branches: trunk
changeset: 469034:b2f4944d365b
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Feb 19 01:06:43 2004 +0000
description:
Add buildlink3.mk.
diffstat:
audio/tremor/buildlink3.mk | 22 ++++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
diffs (26 lines):
diff -r b3aed55d2457 -r b2f4944d365b audio/tremor/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/tremor/buildlink3.mk Thu Feb 19 01:06:43 2004 +0000
@@ -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/+$//}
Home |
Main Index |
Thread Index |
Old Index