aboutsummaryrefslogtreecommitdiff
path: root/net/linphone-base/Makefile
blob: 03ceddb0dfd9df99e4aa825ac9509ca6c51ec444 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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_GNOME=	gnomehack gnomeprefix
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib"

MAN1=		linphone.1 linphonec.1 sipomatic.1

.include <bsd.port.mk>