diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-20 11:09:19 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-20 11:09:19 +0800 |
commit | a6b7f4005b9aeed9d62a90106532a29c68fb4212 (patch) | |
tree | 79f10f9c063e120180e56fdbdb441621cbc5e77a /net/linphone/Makefile | |
parent | 342c01ee5717ff15c3a592203389a47e9376fffc (diff) | |
download | freebsd-ports-gnome-a6b7f4005b9aeed9d62a90106532a29c68fb4212.tar.gz freebsd-ports-gnome-a6b7f4005b9aeed9d62a90106532a29c68fb4212.tar.zst freebsd-ports-gnome-a6b7f4005b9aeed9d62a90106532a29c68fb4212.zip |
Update port: net/linphone to 0.12.0 (fix ports/55665)
- Update to version 0.12.0
PR: ports/55872
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'net/linphone/Makefile')
-rw-r--r-- | net/linphone/Makefile | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/net/linphone/Makefile b/net/linphone/Makefile index a83eb58ef9a1..69b84fc6d309 100644 --- a/net/linphone/Makefile +++ b/net/linphone/Makefile @@ -6,25 +6,26 @@ # PORTNAME= linphone -PORTVERSION= 0.11.0 -PORTREVISION= 2 +PORTVERSION= 0.12.0 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 MAN1= linphone.1 linphonec.1 sipomatic.1 |