aboutsummaryrefslogtreecommitdiffstats
path: root/net/asterisk14/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2004-10-18 02:00:02 +0800
committersobomax <sobomax@FreeBSD.org>2004-10-18 02:00:02 +0800
commit7ff2f405ce157c058154a45ecdaca5a63315aff7 (patch)
tree49c5befe7ad728e927609cb504b3f10285bd7b52 /net/asterisk14/Makefile
parent5afb7d5be8fcbc46177741e082bc45849839f973 (diff)
downloadfreebsd-ports-gnome-7ff2f405ce157c058154a45ecdaca5a63315aff7.tar.gz
freebsd-ports-gnome-7ff2f405ce157c058154a45ecdaca5a63315aff7.tar.zst
freebsd-ports-gnome-7ff2f405ce157c058154a45ecdaca5a63315aff7.zip
Update to 1.0.1.
Diffstat (limited to 'net/asterisk14/Makefile')
-rw-r--r--net/asterisk14/Makefile23
1 files changed, 8 insertions, 15 deletions
diff --git a/net/asterisk14/Makefile b/net/asterisk14/Makefile
index 420c2dcfe4e7..3f24e2ef57a9 100644
--- a/net/asterisk14/Makefile
+++ b/net/asterisk14/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= asterisk
-PORTVERSION= 0.9.0
-PORTREVISION= 2
+PORTVERSION= 1.0.1
CATEGORIES= net
MASTER_SITES= ftp://ftp.asterisk.org/pub/telephony/asterisk/ \
ftp://ftp.asterisk.org/pub/telephony/asterisk/old-releases/
@@ -17,11 +16,13 @@ COMMENT= An Open Source PBX and telephony toolkit
ONLY_FOR_ARCHS= i386
-BUILD_DEPENDS= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql40-client \
+BUILD_DEPENDS= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql40-client \
${NONEXISTENT}:${PORTSDIR}/devel/pwlib:build \
- ${NONEXISTENT}:${PORTSDIR}/net/openh323:build
+ ${NONEXISTENT}:${PORTSDIR}/net/openh323:build \
+ ${LOCALBASE}/include/zaptel.h:${PORTSDIR}/misc/zaptel
LIB_DEPENDS= speex.3:${PORTSDIR}/audio/speex
-RUN_DEPENDS= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql40-client
+RUN_DEPENDS= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql40-client \
+ ${LOCALBASE}/include/zaptel.h:${PORTSDIR}/misc/zaptel
GNU_CONFIGURE= yes
CONFIGURE_WRKSRC= ${WRKSRC}/editline
@@ -35,14 +36,6 @@ MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
OSVERSION=${OSVERSION} \
CXX="${CXX}"
-.include <bsd.port.pre.mk>
+MAN8= asterisk.8
-.if defined(WITH_ZAPTEL) || exists(${LOCALBASE}/include/zaptel.h)
-BUILD_DEPENDS+= ${LOCALBASE}/include/zaptel.h:${PORTSDIR}/misc/zaptel
-RUN_DEPENDS+= ${LOCALBASE}/include/zaptel.h:${PORTSDIR}/misc/zaptel
-PLIST_SUB= ZAPTEL=""
-.else
-PLIST_SUB= ZAPTEL="@comment "
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>