freebsd-ports/multimedia/gstreamer-plugins-fluendo-mpegdemux/Makefile

23 lines
576 B
Makefile
Raw Normal View History

2013-09-06 14:12:00 +02:00
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
PORTNAME= gstreamer-plugins-fluendo-mpegdemux
2012-05-16 17:40:00 +02:00
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
2011-04-06 00:04:59 +02:00
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>