freebsd-ports/audio/gstreamer-plugins-mp3/Makefile

25 lines
479 B
Makefile
Raw Normal View History

# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
PORTNAME= gstreamer-plugins
PORTVERSION= 0.10.0
PORTREVISION= 1
CATEGORIES= audio
PKGNAMESUFFIX= -mp3
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Gstreamer Plugins Mp3 decoder meta-port
USES= metaport
WANT_GSTREAMER= yes
2012-06-01 13:47:17 +02:00
OPTIONS_MULTI= MP3
OPTIONS_MULTI_MP3= MAD FLUENDO
OPTIONS_DEFAULT= MAD
2012-06-02 19:56:56 +02:00
FLUENDO_DESC= Use Fluendo Mp3 decoder
MAD_USE= GSTREAMER=mad
FLUENDO_USE= GSTREAMER=fluendo-mp3
2012-06-01 13:47:17 +02:00
.include <bsd.port.mk>