mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Clean up expired optional dependencies, bump PORTREVISION
Submitted by: portsnap index builder
This commit is contained in:
parent
2e2cb1318f
commit
75bf24ea86
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347746
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= freeswitch
|
||||
PORTVERSION= 1.2.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= # none
|
||||
PKGNAMESUFFIX= -devel
|
||||
@ -19,32 +20,17 @@ CONFLICTS= freeswitch-core-[0-9]*
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
OPTIONS_DEFINE= VANILLA INSIDEOUT CURL SOUNDS MUSIC SCRIPTS
|
||||
OPTIONS_DEFINE= SOUNDS MUSIC
|
||||
|
||||
VANILLA_DESC= Vanilla Dialplan Configs
|
||||
INSIDEOUT_DESC= Inside Out Basic Dialplan Configs
|
||||
CURL_DESC= Curl dialplan configs
|
||||
SOUNDS_DESC= Sound files for use with FreeSwitch PBX
|
||||
MUSIC_DESC= Music on hold for use with FreeSwitch PBX
|
||||
|
||||
OPTIONS_DEFAULT= VANILLA SOUNDS MUSIC
|
||||
OPTIONS_DEFAULT= SOUNDS MUSIC
|
||||
NO_OPTIONS_SORT= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.for conf in vanilla sbc insideout curl
|
||||
.if ${PORT_OPTIONS:M${conf:U}}
|
||||
CNF?= ${conf}
|
||||
. if ${CNF} == ${conf}
|
||||
RUN_DEPENDS+= ${LOCALBASE}/etc/freeswitch/conf/.${conf}:${PORTSDIR}/net/freeswitch-${conf}-devel
|
||||
. else
|
||||
IGNORE= will not allow multiple configuration options selected
|
||||
. endif
|
||||
. endif
|
||||
.endfor
|
||||
.undef CNF
|
||||
|
||||
.if ${PORT_OPTIONS:MSOUNDS}
|
||||
RUN_DEPENDS+= ${LOCALBASE}/share/freeswitch/sounds/.freeswitch-sounds:${PORTSDIR}/audio/freeswitch-sounds
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user