aboutsummaryrefslogtreecommitdiff
path: root/net/linphone-base
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-08-21 23:26:34 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-08-21 23:26:34 +0000
commit6e44388d50f699ebd23d7ff249de2718ddc0a3c7 (patch)
treecb55b2c0148883d74af0c8f0ee6b4482ad306fa2 /net/linphone-base
parente03cc46c4ea853f218bf34cafdf7c9906db4c7bd (diff)
Notes
Diffstat (limited to 'net/linphone-base')
-rw-r--r--net/linphone-base/Makefile13
-rw-r--r--net/linphone-base/pkg-descr2
2 files changed, 8 insertions, 7 deletions
diff --git a/net/linphone-base/Makefile b/net/linphone-base/Makefile
index d7f0ed69282b..07843de61673 100644
--- a/net/linphone-base/Makefile
+++ b/net/linphone-base/Makefile
@@ -9,17 +9,16 @@ CATEGORIES?= net
MASTER_SITES= SAVANNAH/${PORTNAME}/3.2.x/sources
MAINTAINER= sylvio@FreeBSD.org
-COMMENT= A web phone that supports SIP protocol
+COMMENT= Web phone that supports SIP protocol
-LIB_DEPENDS= gsm.1:${PORTSDIR}/audio/gsm \
- speex.1:${PORTSDIR}/audio/speex \
- eXosip2.9:${PORTSDIR}/net/libexosip2
+LIB_DEPENDS= libgsm.so:${PORTSDIR}/audio/gsm \
+ libspeex.so:${PORTSDIR}/audio/speex \
+ libeXosip2.so:${PORTSDIR}/net/libexosip2
CONFLICTS= ortp-[0-9]*
USE_GNOME= glib20 intlhack
-USES= pathfix pkgconfig
-USE_GMAKE= yes
+USES= gmake pathfix pkgconfig
USE_AUTOTOOLS= libtool
LIBTOOLFILES= configure oRTP/configure mediastreamer2/configure
CONFIGURE_ARGS= --disable-ipv6 --disable-manual --disable-ewarning \
@@ -31,6 +30,8 @@ USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
+OPTIONS_DEFINE= NLS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/net/linphone-base/pkg-descr b/net/linphone-base/pkg-descr
index de850441eac4..7a7127bc4a73 100644
--- a/net/linphone-base/pkg-descr
+++ b/net/linphone-base/pkg-descr
@@ -2,6 +2,6 @@ Linphone is a web phone: it let you phone to your friends anywhere in the
whole world, freely, simply by using the internet. The cost of the phone call
is the cost that you spend connected to the internet.
-This package includes libraries, headers and cosole frontend.
+This package includes libraries, headers and console frontend.
WWW: http://www.linphone.org/