summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorcherry <cherry>2017-02-10 11:01:48 +0000
committercherry <cherry>2017-02-10 11:01:48 +0000
commit9824e77867cf35e8f959c8fa0424551d83ab8fd8 (patch)
tree945806a90f50e99f0d5807fe8d271ead39b4fda8 /comms
parent956d94ce55ccd6c476ec63bbbdfaf706abfc361e (diff)
downloadpkgsrc-9824e77867cf35e8f959c8fa0424551d83ab8fd8.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