summaryrefslogtreecommitdiff
path: root/math/libffm
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-02-11 08:32:14 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-02-11 08:32:14 +0000
commitdb78f9575f77aace496dbb3f3f786770396cc1c9 (patch)
treef5af73f89876afe32f7b4ce04d82c2d1eaec1f76 /math/libffm
parent66d5af6338f653faac1d6c7a462b4db014cc0939 (diff)
downloadpkgsrc-db78f9575f77aace496dbb3f3f786770396cc1c9.tar.gz
Forgot to add buildlink3 file...
Diffstat (limited to 'math/libffm')
-rw-r--r--math/libffm/buildlink3.mk22
1 files changed, 22 insertions, 0 deletions
diff --git a/math/libffm/buildlink3.mk b/math/libffm/buildlink3.mk
new file mode 100644
index 00000000000..de53ac2afd8
--- /dev/null
+++ b/math/libffm/buildlink3.mk
@@ -0,0 +1,22 @@
+# $NetBSD: buildlink3.mk,v 1.1 2004/02/11 08:32:14 xtraeme Exp $
+#
+# This Makefile fragment is included by packages that use libffm.
+#
+# This file was created automatically using createbuildlink-3.1.
+#
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+LIBFFM_BUILDLINK3_MK:= ${LIBFFM_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= libffm
+.endif
+
+.if !empty(LIBFFM_BUILDLINK3_MK:M+)
+BUILDLINK_PACKAGES+= libffm
+BUILDLINK_DEPENDS.libffm+= libffm>=0.28
+BUILDLINK_PKGSRCDIR.libffm?= ../../math/libffm
+
+.endif # LIBFFM_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}