1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/net/linphone/Makefile

47 lines
1.2 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: linphone
# Date created: 30 December 2002
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= linphone
PORTVERSION= 0.12.1
PORTEPOCH= 1
CATEGORIES= net
MASTER_SITES= http://simon.morlat.free.fr/download/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTVERSION}/source
MAINTAINER= ports@FreeBSD.org
COMMENT= A web phone that supports SIP protocol
LIB_DEPENDS= gsm.1:${PORTSDIR}/audio/gsm \
speex.2:${PORTSDIR}/audio/speex \
osip.9:${PORTSDIR}/net/libosip
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
2004-01-13 01:32:55 +00:00
CONFIGURE_ARGS= --disable-ipv6
.ifdef WITHOUT_GNOME
CONFIGURE_ARGS+=--enable-gnome-ui=no \
--with-html-dir=${DOCSDIR}
PLIST_SUB+= GNOME="@comment " \
GNOME_PATH="" \
HTMLDOCSDIR="${DOCSDIR:S,^${PREFIX}/,,}"
.else
USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomeprefix gnomepanel
DOCSDIR= ${GNOME_HTML_DIR}
CONFIGURE_ARGS= --enable-gnome-ui=yes
PLIST_SUB+= GNOME="" \
GNOME_PATH="gnome/" \
HTMLDOCSDIR="${GNOME_HTML_DIR:S,^${PREFIX}/,,}"
.endif
INSTALLS_SHLIB= yes
2003-05-13 17:33:44 +00:00
MAN1= linphone.1 linphonec.1 sipomatic.1
.include <bsd.port.mk>