freebsd-ports/audio/gstreamer-plugins-mp3/Makefile
Koop Mast 44d0dc12bb Stagify Gstreamer ports.
Fix build of gstreamer and gstreamer1 with glib 2.38.x [1].
Update gstreamer and gstreamer-plugins to new rules, USES=gmake pathfix,
new LIB_DEPENDS syntax.
Only pull in flex if base version is too old.
Be more selective for which OSVERSIONS we need gcc due to the clang bug.

Obtained from:	Gstreamer upstream [1]
2013-11-01 22:14:07 +00:00

36 lines
661 B
Makefile

# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
PORTNAME= gstreamer-plugins
PORTVERSION= 0.10.0
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= # empty
PKGNAMESUFFIX= -mp3
DISTFILES= # empty
EXTRACT_ONLY= # empty
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Gstreamer Plugins Mp3 decoder meta-port
NO_BUILD= yes
NO_INSTALL= yes
NO_MTREE= yes
WANT_GSTREAMER= yes
OPTIONS_MULTI= MP3
OPTIONS_MULTI_MP3= MAD FLUENDO
OPTIONS_DEFAULT= MAD
FLUENDO_DESC= Use Fluendo Mp3 decoder
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MMAD}
USE_GSTREAMER+= mad
.endif
.if ${PORT_OPTIONS:MFLUENDO}
USE_GSTREAMER+= fluendo-mp3
.endif
.include <bsd.port.mk>