View | Details | Raw Unified | Return to bug 201539
Collapse All | Expand All

(-)audio/gstreamer-plugins-mp3/Makefile (-15 / +3 lines)
Lines 5-21 Link Here
5
PORTVERSION=	0.10.0
5
PORTVERSION=	0.10.0
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	audio
7
CATEGORIES=	audio
8
MASTER_SITES=	# empty
9
PKGNAMESUFFIX=	-mp3
8
PKGNAMESUFFIX=	-mp3
10
DISTFILES=	# empty
11
EXTRACT_ONLY=	# empty
12
9
13
MAINTAINER=	multimedia@FreeBSD.org
10
MAINTAINER=	multimedia@FreeBSD.org
14
COMMENT=	Gstreamer Plugins Mp3 decoder meta-port
11
COMMENT=	Gstreamer Plugins Mp3 decoder meta-port
15
12
16
NO_BUILD=	yes
13
USES=		metaport
17
NO_INSTALL=	yes
18
NO_MTREE=	yes
19
WANT_GSTREAMER=	yes
14
WANT_GSTREAMER=	yes
20
15
21
OPTIONS_MULTI=	MP3
16
OPTIONS_MULTI=	MP3
Lines 23-36 Link Here
23
OPTIONS_DEFAULT=	MAD
18
OPTIONS_DEFAULT=	MAD
24
FLUENDO_DESC=	Use Fluendo Mp3 decoder
19
FLUENDO_DESC=	Use Fluendo Mp3 decoder
25
20
26
.include <bsd.port.options.mk>
21
MAD_USE=	GSTREAMER=mad
22
FLUENDO_USE=	GSTREAMER=fluendo-mp3
27
23
28
.if ${PORT_OPTIONS:MMAD}
29
USE_GSTREAMER+=	mad
30
.endif
31
32
.if ${PORT_OPTIONS:MFLUENDO}
33
USE_GSTREAMER+=	fluendo-mp3
34
.endif
35
36
.include <bsd.port.mk>
24
.include <bsd.port.mk>

Return to bug 201539