freebsd-ports/net/linphone/Makefile
Greg Lewis 332c6709c9 . Add missing dependence on libogg and unbreak.
Submitted by:	Simon Barner <barner@in.tum.de>
2003-08-08 17:00:33 +00:00

33 lines
889 B
Makefile

# New ports collection makefile for: linphone
# Date created: 30 December 2002
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= linphone
PORTVERSION= 0.11.0
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://simon.morlat.free.fr/download/${PORTVERSION}/source/
MAINTAINER= ports@FreeBSD.org
COMMENT= A web phone that supports SIP protocol
LIB_DEPENDS= osip.9:${PORTSDIR}/net/libosip \
panel-applet-2.0:${PORTSDIR}/x11/gnomepanel \
gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui \
ogg.4:${PORTSDIR}/audio/libogg
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
LIBTOOLFILES= configure oRTP/configure speex/configure osipua/configure
USE_GNOME= gnomehack gnomeprefix
CONFIGURE_ARGS= --disable-ipv6
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= linphone.1 linphonec.1 sipomatic.1
.include <bsd.port.mk>