2015-12-29 05:54:34 +01:00
|
|
|
# $NetBSD: options.mk,v 1.2 2015/12/29 04:54:36 dholland Exp $
|
2012-10-21 20:50:53 +02:00
|
|
|
|
2015-12-29 05:54:34 +01:00
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.freeswitch
|
|
|
|
PKG_SUPPORTED_OPTIONS= freeswitch-08k freeswitch-16k freeswitch-32k freeswitch-48k
|
|
|
|
PKG_SUGGESTED_OPTIONS= freeswitch-08k freeswitch-16k
|
2012-10-21 20:50:53 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
|
|
|
|
.if !empty(PKG_OPTIONS:Mfreeswitch-08k)
|
|
|
|
DISTFILES+= freeswitch-sounds-en-us-callie-8000-${VERSION}.tar.gz
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !empty(PKG_OPTIONS:Mfreeswitch-16k)
|
|
|
|
DISTFILES+= freeswitch-sounds-en-us-callie-16000-${VERSION}.tar.gz
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !empty(PKG_OPTIONS:Mfreeswitch-32k)
|
|
|
|
DISTFILES+= freeswitch-sounds-en-us-callie-32000-${VERSION}.tar.gz
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !empty(PKG_OPTIONS:Mfreeswitch-48k)
|
|
|
|
DISTFILES+= freeswitch-sounds-en-us-callie-48000-${VERSION}.tar.gz
|
|
|
|
.endif
|