aboutsummaryrefslogtreecommitdiff
path: root/audio/gstreamer-plugins-fluendo-mp3/Makefile
blob: 520b1256d8eef631fdd6cc52d67284770a5e4ee5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$

PORTNAME=	gstreamer-plugins-fluendo-mp3
PORTVERSION=	0.10.20
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

CFLAGS:=	${CFLAGS} -O2
USES=		pkgconfig
NO_STAGE=	yes
USE_GSTREAMER=	yes
GNU_CONFIGURE=	yes
PLIST_FILES=	lib/gstreamer-0.10/libgstflump3dec.la \
		lib/gstreamer-0.10/libgstflump3dec.so

.include <bsd.port.mk>