diff options
author | sobomax <sobomax@FreeBSD.org> | 2009-02-15 05:17:22 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2009-02-15 05:17:22 +0800 |
commit | eae2301cbc93e64573544cf06cb743d3145ba72b (patch) | |
tree | f87a92d92562f34ef4f8d20cde4b02581a16ad5d /net/asterisk16/Makefile | |
parent | 9a9eea2d8510efa6c36e7dcc45f57c0f61b3ea11 (diff) | |
download | freebsd-ports-gnome-eae2301cbc93e64573544cf06cb743d3145ba72b.tar.gz freebsd-ports-gnome-eae2301cbc93e64573544cf06cb743d3145ba72b.tar.zst freebsd-ports-gnome-eae2301cbc93e64573544cf06cb743d3145ba72b.zip |
Add asterisk16 after repo-copy from net/asterisk. Some functions (e.g.
DAHDI support) are still missed and will be added on later date.
Diffstat (limited to 'net/asterisk16/Makefile')
-rw-r--r-- | net/asterisk16/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/net/asterisk16/Makefile b/net/asterisk16/Makefile index d96ea23339e6..51b29b855b93 100644 --- a/net/asterisk16/Makefile +++ b/net/asterisk16/Makefile @@ -6,8 +6,8 @@ # PORTNAME= asterisk -PORTVERSION= 1.4.22.1 -PORTREVISION= 1 +PORTVERSION= 1.6.0.5 +PKGNAMESUFFIX= 16 CATEGORIES= net MASTER_SITES= http://downloads.digium.com/pub/asterisk/ \ http://downloads.digium.com/pub/asterisk/old-releases/ \ @@ -41,8 +41,10 @@ MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ OPENH323DIR=${LOCALBASE}/share/openh323 \ OSVERSION=${OSVERSION} \ NOISY_BUILD=YES \ + DOCSDIR=${DOCSDIR} \ ASTCFLAGS="${CFLAGS}" MAN8= asterisk.8 astgenkey.8 autosupport.8 safe_asterisk.8 +CONFLICTS= asterisk*-1.2* asterisk*-1.4* OPTIONS= OGGVORBIS "Enable Ogg Vorbis support" on \ ODBC "Enable ODBC support" on \ @@ -53,14 +55,14 @@ OPTIONS= OGGVORBIS "Enable Ogg Vorbis support" on \ FREETDS "Enable FreeTDS support" on \ JABBER "Enable Jabber and Gtalk support" on \ SQLITE "Enable SQLITE support" on \ - CODEC_PATCH "Apply codec negotiation patch" off \ ILBC "Enable iLBC codec" off \ - MISC_PATCHES "Apply additional patches" off +# CODEC_PATCH "Apply codec negotiation patch" off \ +# MISC_PATCHES "Apply additional patches" off .include <bsd.port.pre.mk> .if ${ARCH} == "i386" || ${ARCH} == "amd64" -OPTIONS+= ZAPTEL "Enable Zaptel support" off +#OPTIONS+= ZAPTEL "Enable Zaptel support" off # Include this since we have altered OPTIONS. .include "$(PORTSDIR)/Mk/bsd.port.options.mk" |