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

PORTNAME=	gstreamer-plugins-fluendo-mpegdemux
PORTVERSION=	0.10.71
PORTREVISION=	2
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

GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip
USES=		libtool pkgconfig tar:bzip2
USE_GSTREAMER=	yes
PLIST_FILES=	lib/gstreamer-0.10/libgstflumpegdemux.so

.include <bsd.port.mk>