diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-01 15:47:05 +0000 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-01 15:47:05 +0000 |
commit | 49ba6b62056ae8cf23cf3f0fb85c2a8ae09996d0 (patch) | |
tree | 7f9614f14767943bb53d0dce4e093cd5d83d1b00 | |
parent | a0f4059b73222c0c16c321476a9918e8c4673983 (diff) | |
download | FreeBSD-ports-49ba6b62056ae8cf23cf3f0fb85c2a8ae09996d0.zip FreeBSD-ports-49ba6b62056ae8cf23cf3f0fb85c2a8ae09996d0.tar.gz |
Convert to USES=libtool and add INSTALL_TARGET=install-strip
Obtained from: gnome-dev
-rw-r--r-- | net-im/libnice/Makefile | 8 | ||||
-rw-r--r-- | net-im/libnice/pkg-plist | 3 |
2 files changed, 6 insertions, 5 deletions
diff --git a/net-im/libnice/Makefile b/net-im/libnice/Makefile index 5989832..95cbb87 100644 --- a/net-im/libnice/Makefile +++ b/net-im/libnice/Makefile @@ -4,6 +4,7 @@ PORTNAME= libnice PORTVERSION= 0.1.3 +PORTREVISION= 1 CATEGORIES= net-im devel MASTER_SITES= http://nice.freedesktop.org/releases/ \ http://miwibox.org/distfiles/ @@ -11,14 +12,15 @@ MASTER_SITES= http://nice.freedesktop.org/releases/ \ MAINTAINER= gnome@FreeBSD.org COMMENT= Library and transmitter that implements ICE-19 -USES= pkgconfig gettext gmake pathfix +USES= gettext gmake libtool pathfix pkgconfig USE_LDCONFIG= yes -USE_GNOME= glib20 ltverhack +USE_GNOME= glib20 USE_GSTREAMER= yes -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-gstreamer --with-gstreamer-0.10 CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_GETIFADDRS LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ diff --git a/net-im/libnice/pkg-plist b/net-im/libnice/pkg-plist index fd0cae2..d0acb57 100644 --- a/net-im/libnice/pkg-plist +++ b/net-im/libnice/pkg-plist @@ -17,12 +17,11 @@ include/stun/usages/timer.h include/stun/usages/turn.h include/stun/win32_common.h lib/gstreamer-0.10/libgstnice010.a -lib/gstreamer-0.10/libgstnice010.la lib/gstreamer-0.10/libgstnice010.so lib/libnice.a -lib/libnice.la lib/libnice.so lib/libnice.so.10 +lib/libnice.so.10.1.0 libdata/pkgconfig/nice.pc share/gtk-doc/html/libnice/NiceAgent.html share/gtk-doc/html/libnice/ch01.html |