summaryrefslogtreecommitdiffstats
path: root/net/linphone-base/Makefile
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-10-23 03:29:23 +0000
committeredwin <edwin@FreeBSD.org>2003-10-23 03:29:23 +0000
commit7454baaea934f539e49b55a0402188c77240b86d (patch)
tree823d4721a6c554594ce3fcd8c491d182b6dfbbb7 /net/linphone-base/Makefile
parentf7de8e7808492ab172896bd8c622dcba41927f59 (diff)
downloadFreeBSD-ports-7454baaea934f539e49b55a0402188c77240b86d.zip
FreeBSD-ports-7454baaea934f539e49b55a0402188c77240b86d.tar.gz
Upgrade to version 0.12.0. This is a follow up of the upgrade and
backout of the commit last tuesday. I have disabled IPv6 support since it causes linphone not to work properly. Informed author about it.
Diffstat (limited to 'net/linphone-base/Makefile')
-rw-r--r--net/linphone-base/Makefile22
1 files changed, 11 insertions, 11 deletions
diff --git a/net/linphone-base/Makefile b/net/linphone-base/Makefile
index faa9204..9bfe403 100644
--- a/net/linphone-base/Makefile
+++ b/net/linphone-base/Makefile
@@ -6,26 +6,26 @@
#
PORTNAME= linphone
-PORTVERSION= 0.11.0
-PORTREVISION= 2
+PORTVERSION= 0.12.0
PORTEPOCH= 1
CATEGORIES= net
-MASTER_SITES= http://simon.morlat.free.fr/download/${PORTVERSION}/source/
+MASTER_SITES= http://simon.morlat.free.fr/download/%SUBDIR%/
+MASTER_SITE_SUBDIR= ${PORTVERSION}/source
MAINTAINER= ports@FreeBSD.org
COMMENT= A web phone that supports SIP protocol
-LIB_DEPENDS= osip.9:${PORTSDIR}/net/libosip \
- ogg.4:${PORTSDIR}/audio/libogg
+LIB_DEPENDS= gsm.1:${PORTSDIR}/audio/gsm \
+ speex.2:${PORTSDIR}/audio/speex \
+ osip.9:${PORTSDIR}/net/libosip
USE_X_PREFIX= yes
USE_GMAKE= yes
-USE_LIBTOOL= yes
-LIBTOOLFILES= configure oRTP/configure speex/configure osipua/configure
-USE_GNOME= gnomehack gnomeprefix libgnomeui gnomepanel
-CONFIGURE_ARGS= --disable-ipv6
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+USE_GNOME= gnomehack gnomeprefix gnomepanel
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
+ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
+CONFIGURE_ARGS= --enable-platform-gnome-2 --disable-ipv6
MAN1= linphone.1 linphonec.1 sipomatic.1
OpenPOWER on IntegriCloud