aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk16/Makefile
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2005-02-28 11:02:29 +0000
committerMax Khon <fjoe@FreeBSD.org>2005-02-28 11:02:29 +0000
commit3609ffcb39aa1fe4f71c8a57b457fee309215128 (patch)
tree63e4a8ac4b45956886c96ce9e106757ca453186a /net/asterisk16/Makefile
parent57c54ac21bd09b82d9a3b57e254e8f8dbde86307 (diff)
downloadports-3609ffcb39aa1fe4f71c8a57b457fee309215128.tar.gz
ports-3609ffcb39aa1fe4f71c8a57b457fee309215128.zip
Notes
Diffstat (limited to 'net/asterisk16/Makefile')
-rw-r--r--net/asterisk16/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/net/asterisk16/Makefile b/net/asterisk16/Makefile
index 17f793ca68f2..1c9a5b8597da 100644
--- a/net/asterisk16/Makefile
+++ b/net/asterisk16/Makefile
@@ -6,12 +6,16 @@
#
PORTNAME= asterisk
-PORTVERSION= 1.0.3
-PORTREVISION= 1
+PORTVERSION= 1.0.5
CATEGORIES= net
MASTER_SITES= ftp://ftp.asterisk.org/pub/telephony/asterisk/ \
ftp://ftp.asterisk.org/pub/telephony/asterisk/old-releases/
+PATCHFILES= ${PORTNAME}-${PORTVERSION}-${BRIVER}.patch.gz
+PATCH_SITES= ${MASTER_SITE_LOCAL}
+PATCH_SITE_SUBDIR= fjoe
+PATCH_DIST_STRIP= -p1
+
MAINTAINER= sobomax@FreeBSD.org
COMMENT= An Open Source PBX and telephony toolkit
@@ -22,6 +26,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql
ONLY_FOR_ARCHS= i386 sparc64
+BRIVER= bristuff-0.2.0-RC7f
GNU_CONFIGURE= yes
CONFIGURE_WRKSRC= ${WRKSRC}/editline
USE_GMAKE= yes
@@ -57,6 +62,7 @@ PLIST_SUB+= WITH_H323=""
MAKE_ENV+= WITHOUT_ZAPTEL=1
PLIST_SUB+= WITH_ZAPTEL="@comment "
.else
+LIB_DEPENDS+= pri.1:${PORTSDIR}/misc/libpri
BUILD_DEPENDS+= ${LOCALBASE}/include/zaptel.h:${PORTSDIR}/misc/zaptel
RUN_DEPENDS+= ${LOCALBASE}/include/zaptel.h:${PORTSDIR}/misc/zaptel
PLIST_SUB+= WITH_ZAPTEL=""