freebsd-ports/multimedia/gstreamer-plugins-fluendo-mpegdemux/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

25 lines
710 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.15
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
CFLAGS:= ${CFLAGS} -O2
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>