aboutsummaryrefslogtreecommitdiff
path: root/net/pjsip-extsrtp
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2015-05-06 20:10:09 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2015-05-06 20:10:09 +0000
commit0bff8d28e5b3ef36314d2842d63e4385db2d9452 (patch)
tree9243bab53c6476b810eeda1917b3a2c6b3c910e1 /net/pjsip-extsrtp
parent96887754b7ed850d53a75b8b8136cee75163ed05 (diff)
downloadports-0bff8d28e5b3ef36314d2842d63e4385db2d9452.tar.gz
ports-0bff8d28e5b3ef36314d2842d63e4385db2d9452.zip
Add a slave port to net/pjsip to force installing pjsip with external
SRTP library. Make the www/asterisk13 depend on this slave port when both SRTP and PJSIP options in it are enabled, this allows enabling SRTP support in asterisk13 without the need to manually reconfigure other ports. Reported by: mat@ and a few others
Notes
Notes: svn path=/head/; revision=385557
Diffstat (limited to 'net/pjsip-extsrtp')
-rw-r--r--net/pjsip-extsrtp/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/pjsip-extsrtp/Makefile b/net/pjsip-extsrtp/Makefile
new file mode 100644
index 000000000000..f6255b0df9de
--- /dev/null
+++ b/net/pjsip-extsrtp/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+PKGNAMESUFFIX= -extsrtp
+
+CONFLICTS= pjsip-[0-9]*
+
+OPTIONS_SLAVE= EXTSRTP
+MASTERDIR= ${.CURDIR}/../pjsip
+
+.include "${MASTERDIR}/Makefile"