summaryrefslogtreecommitdiff
path: root/multimedia/gstreamer-plugins-fluendo-mpegdemux/Makefile
blob: 4c08b4fad8e12f0e405f08c791fcc2230dd65dfd (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
24
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$

PORTNAME=	gstreamer-plugins-fluendo-mpegdemux
PORTVERSION=	0.10.71
CATEGORIES=	multimedia
MASTER_SITES=	http://core.fluendo.com/gstreamer/src/gst-fluendo-mpegdemux/
DISTNAME=	gst-fluendo-mpegdemux-${PORTVERSION}

MAINTAINER=	multimedia@FreeBSD.org
COMMENT=	MPEG2 demuxing gstreamer plugin from fluendo

LICENSE=	MPL

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

NO_STAGE=	yes
.include <bsd.port.mk>