diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-22 11:46:18 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-22 11:46:18 +0000 |
commit | e3497d3f3f15efeb638571050a1aa332253f3095 (patch) | |
tree | fd96fbba1e55b34a425e5fe1917a00d2d4468f5a /net/linphone | |
parent | cb7c04b5742eab7205a5a1dac0ac92ea9ee2bbb4 (diff) |
Notes
Diffstat (limited to 'net/linphone')
-rw-r--r-- | net/linphone/Makefile | 36 | ||||
-rw-r--r-- | net/linphone/pkg-descr | 5 | ||||
-rw-r--r-- | net/linphone/pkg-plist | 17 |
3 files changed, 3 insertions, 55 deletions
diff --git a/net/linphone/Makefile b/net/linphone/Makefile index 7f388c16a773..77a019c51269 100644 --- a/net/linphone/Makefile +++ b/net/linphone/Makefile @@ -5,40 +5,10 @@ # $FreeBSD$ # -PORTNAME= ${LINPHONE_PORTNAME} -PORTVERSION= ${LINPHONE_PORTVERSION} -PORTREVISION= ${LINPHONE_PORTREVISION} -PORTEPOCH= ${LINPHONE_PORTEPOCH} CATEGORIES= net gnome -MASTER_SITES= ${LINPHONE_MASTER_SITES} -MAINTAINER= ports@FreeBSD.org -COMMENT= A web phone that supports SIP protocol +LINPHONE_GUI= yes -LIB_DEPENDS= linphone.4:${PORTSDIR}/net/linphone-base +MASTERDIR= ${.CURDIR}/../../net/linphone-base -USE_X_PREFIX= yes -USE_GNOME= gnomehack gnomeprefix gnomepanel -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -CONFIGURE_ARGS= --disable-ipv6 --disable-gtk-doc \ - --with-speex=${LOCALBASE} --with-osip=${LOCALBASE} -MAKE_ENV= SUBDIRS="pixmaps gnome" - -MAN1= linphone.1 - -CFLAGS+= -DPACKAGE_LOCALE_DIR='\"${LOCALBASE}/share/locale\"' \ - -DPACKAGE_DATA_DIR='\"${PREFIX}/share/gnome\"' \ - -DPACKAGE_SOUND_DIR='\"${LOCALBASE}/share/linphone/sounds\"' - -.include "${.CURDIR}/../../net/linphone-base/Makefile.common" -.include <bsd.port.pre.mk> - -post-install: - ${INSTALL_MAN} ${WRKSRC}/share/C/linphone.1 ${MANPREFIX}/man/man1 - ${INSTALL_DATA} ${WRKSRC}/share/linphone.desktop \ - ${PREFIX}/share/gnome/applications - -.include <bsd.port.post.mk> +.include "${MASTERDIR}/Makefile" diff --git a/net/linphone/pkg-descr b/net/linphone/pkg-descr deleted file mode 100644 index 7a4d7fab5cf0..000000000000 --- a/net/linphone/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Linphone is a web phone: it let you phone to your friends anywhere in the -whole world, freely, simply by using the internet. The cost of the phone call -is the cost that you spend connected to the internet. - -WWW: http://www.linphone.org diff --git a/net/linphone/pkg-plist b/net/linphone/pkg-plist deleted file mode 100644 index 869f471afa4d..000000000000 --- a/net/linphone/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -bin/linphone -libdata/bonobo/servers/GNOME_LinphoneApplet.server -libexec/linphone_applet -share/gnome/applications/linphone.desktop -share/gnome/gnome-2.0/ui/GNOME_LinphoneApplet.xml -share/gnome/pixmaps/linphone/linphone.png -share/gnome/pixmaps/linphone/linphone2.png -share/gnome/pixmaps/linphone/linphone2.xpm -share/gnome/pixmaps/linphone/sip-away.png -share/gnome/pixmaps/linphone/sip-bifm.png -share/gnome/pixmaps/linphone/sip-busy.png -share/gnome/pixmaps/linphone/sip-closed.png -share/gnome/pixmaps/linphone/sip-online.png -share/gnome/pixmaps/linphone/sip-otl.png -share/gnome/pixmaps/linphone/sip-otp.png -share/gnome/pixmaps/linphone/sip-wfa.png -@dirrm share/gnome/pixmaps/linphone |