aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk-chan_sccp/Makefile
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2017-10-24 15:05:30 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2017-10-24 15:05:30 +0000
commit93d736292ceca649365f212ccc3a64b8bd95b24e (patch)
treee059b8a0c35d4c8b655b3a85b705b199ef0ddbcc /net/asterisk-chan_sccp/Makefile
parent6a52d8216122fa10e0cfebdb09faf9641faab6cd (diff)
downloadports-93d736292ceca649365f212ccc3a64b8bd95b24e.tar.gz
ports-93d736292ceca649365f212ccc3a64b8bd95b24e.zip
Remove options to compile these ports against net/asterisk11 in
preparation for port expiration. asterisk 11.x will EOL on 2017-10-25 and is scheduled for removal. Please use the net/asterisk13 port.
Notes
Notes: svn path=/head/; revision=452780
Diffstat (limited to 'net/asterisk-chan_sccp/Makefile')
-rw-r--r--net/asterisk-chan_sccp/Makefile16
1 files changed, 3 insertions, 13 deletions
diff --git a/net/asterisk-chan_sccp/Makefile b/net/asterisk-chan_sccp/Makefile
index af747e57d61a..ef2fdf916692 100644
--- a/net/asterisk-chan_sccp/Makefile
+++ b/net/asterisk-chan_sccp/Makefile
@@ -14,6 +14,9 @@ COMMENT= Replacement for the SCCP channel driver in Asterisk
LICENSE= GPLv1
+BUILD_DEPENDS= asterisk:net/asterisk13
+RUN_DEPENDS= asterisk:net/asterisk13
+
GNU_CONFIGURE= yes
USES= iconv compiler libtool
CONFIGURE_ARGS+= --enable-video \
@@ -30,19 +33,6 @@ PLIST_FILES= lib/asterisk/modules/chan_sccp.so \
etc/asterisk/sccp.conf \
etc/asterisk/sccp.conf.annotated
-OPTIONS_SINGLE= ASTVER
-OPTIONS_SINGLE_ASTVER= ASTERISK11 ASTERISK13
-OPTIONS_DEFAULT= ASTERISK13
-
-ASTERISK11_DESC= Depend on Asterisk 11
-ASTERISK13_DESC= Depend on Asterisk 13
-
-ASTERISK11_BUILD_DEPENDS= asterisk:net/asterisk11
-ASTERISK11_RUN_DEPENDS= asterisk:net/asterisk11
-
-ASTERISK13_BUILD_DEPENDS= asterisk:net/asterisk13
-ASTERISK13_RUN_DEPENDS= asterisk:net/asterisk13
-
post-build:
${STRIP_CMD} ${WRKSRC}/src/.libs/chan_sccp.so