summaryrefslogtreecommitdiff
path: root/net/linphone-base/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/linphone-base/Makefile')
-rw-r--r--net/linphone-base/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/net/linphone-base/Makefile b/net/linphone-base/Makefile
deleted file mode 100644
index b99467d2f0d5..000000000000
--- a/net/linphone-base/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: linphone
-# Date created: 30 December 2002
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= linphone
-PORTVERSION= 0.10.0
-CATEGORIES= net
-MASTER_SITES= http://savannah.gnu.org/download/linphone/${PORTVERSION}/sources/
-
-MAINTAINER= sobomax@FreeBSD.org
-COMMENT= A web phone that supports SIP protocol
-
-LIB_DEPENDS= osip.0:${PORTSDIR}/net/libosip \
- panel-applet-2.0:${PORTSDIR}/x11/gnomepanel \
- gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui
-
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_LIBTOOL= yes
-LIBTOOLFILES= configure oRTP/configure speex/configure osipua/configure
-USE_GNOMENG= yes
-USE_GNOME= gnomehack gnomeprefix
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-MAN1= speexdec.1 speexenc.1 linphone.1 linphonec.1 sipomatic.1
-
-.include <bsd.port.mk>