freebsd-ports/multimedia/gstreamer-plugins-fluendo-mpegdemux/Makefile
Michael Johnson 9369973928 Add gstreamer-plugins-fluendo-mpegdemux
MPEG2 demuxing gstreamer plugin from fluendo

WWW: http://www.fluendo.com/resources/source-plugins.php
2007-02-26 01:07:29 +00:00

23 lines
671 B
Makefile

# New ports collection makefile for: gstreamer-plugins-fluendo-mpegdemux
# Date created: 2007-02-25
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gstreamer-plugins-fluendo-mpegdemux
PORTVERSION= 0.10.11
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
USE_GSTREAMER= yes
GNU_CONFIGURE= yes
PLIST_FILES= lib/gstreamer-0.10/libgstflumpegdemux.a \
lib/gstreamer-0.10/libgstflumpegdemux.la \
lib/gstreamer-0.10/libgstflumpegdemux.so
.include <bsd.port.mk>