aboutsummaryrefslogtreecommitdiff
path: root/audio/gstreamer-plugins-fluendo-mp3
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-08-31 18:41:40 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-08-31 18:41:40 +0000
commit38cdec51ffe74c86dd27cc7d8cc5a92b6fc7bf44 (patch)
tree577df7aa41fe08b1765ee86e5f2021ca7fc127b9 /audio/gstreamer-plugins-fluendo-mp3
parentff75bd1812febe5cc57ae3d782a70b1bd4e9ea3f (diff)
downloadports-38cdec51ffe74c86dd27cc7d8cc5a92b6fc7bf44.tar.gz
ports-38cdec51ffe74c86dd27cc7d8cc5a92b6fc7bf44.zip
- Add USES=libtool and INSTALL_TARGET=install-strip
- Remove default CFLAGS
Notes
Notes: svn path=/head/; revision=366810
Diffstat (limited to 'audio/gstreamer-plugins-fluendo-mp3')
-rw-r--r--audio/gstreamer-plugins-fluendo-mp3/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/gstreamer-plugins-fluendo-mp3/Makefile b/audio/gstreamer-plugins-fluendo-mp3/Makefile
index df480ed2db9d..8f1b85f92f88 100644
--- a/audio/gstreamer-plugins-fluendo-mp3/Makefile
+++ b/audio/gstreamer-plugins-fluendo-mp3/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gstreamer-plugins-fluendo-mp3
PORTVERSION= 0.10.20
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://core.fluendo.com/gstreamer/src/gst-fluendo-mp3/
DISTNAME= gst-fluendo-mp3-${PORTVERSION}
@@ -12,11 +13,10 @@ COMMENT= Mp3 gstreamer plugin from fluendo
LICENSE= MIT
-CFLAGS:= ${CFLAGS} -O2
-USES= pkgconfig
-USE_GSTREAMER= yes
GNU_CONFIGURE= yes
-PLIST_FILES= lib/gstreamer-0.10/libgstflump3dec.la \
- lib/gstreamer-0.10/libgstflump3dec.so
+INSTALL_TARGET= install-strip
+USES= libtool pkgconfig
+USE_GSTREAMER= yes
+PLIST_FILES= lib/gstreamer-0.10/libgstflump3dec.so
.include <bsd.port.mk>