summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorcherry <cherry@pkgsrc.org>2017-02-10 11:01:48 +0000
committercherry <cherry@pkgsrc.org>2017-02-10 11:01:48 +0000
commit596c3d5836d76a4efc97c0ffdbacddf3260921fa (patch)
tree84a13875b74a5d0a0d2740d107a3724520be1ff6 /comms
parentcc2b26a7550e0269cbe6e3ba041ad38ee33189ec (diff)
downloadpkgsrc-596c3d5836d76a4efc97c0ffdbacddf3260921fa.tar.gz
Add buildlink support.
This will aid subsequent module builds
Diffstat (limited to 'comms')
-rw-r--r--comms/asterisk/buildlink3.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/comms/asterisk/buildlink3.mk b/comms/asterisk/buildlink3.mk
new file mode 100644
index 00000000000..fa6511b7e88
--- /dev/null
+++ b/comms/asterisk/buildlink3.mk
@@ -0,0 +1,12 @@
+# $NetBSD: buildlink3.mk,v 1.1 2017/02/10 11:01:48 cherry Exp $
+
+BUILDLINK_TREE+= asterisk
+
+.if !defined(ASTERISK_BUILDLINK3_MK)
+ASTERISK_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.asterisk+= asterisk>=11.25.1nb1
+BUILDLINK_PKGSRCDIR.asterisk?= ../../comms/asterisk
+.endif # ASTERISK_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -asterisk