freebsd-ports/audio/gstreamer-plugins-fluendo-mp3/Makefile
Tijl Coosemans 38cdec51ff - Add USES=libtool and INSTALL_TARGET=install-strip
- Remove default CFLAGS
2014-08-31 18:41:40 +00:00

22 lines
529 B
Makefile

# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
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}
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Mp3 gstreamer plugin from fluendo
LICENSE= MIT
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= libtool pkgconfig
USE_GSTREAMER= yes
PLIST_FILES= lib/gstreamer-0.10/libgstflump3dec.so
.include <bsd.port.mk>