1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/net/linphone/Makefile
2003-05-06 21:09:51 +00:00

33 lines
866 B
Makefile

# 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
BROKEN= "Does not install"
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_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>