freebsd-ports/multimedia/gstreamer-plugins-fluendo-mpegdemux/Makefile
2014-07-18 09:38:01 +00:00

22 lines
576 B
Makefile

# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
PORTNAME= gstreamer-plugins-fluendo-mpegdemux
PORTVERSION= 0.10.71
PORTREVISION= 1
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>