mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
c27d4e377f
All ports now should use MPL[10|11|20] license. Approved by: portmgr (blanket)
23 lines
578 B
Makefile
23 lines
578 B
Makefile
# 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= MPL11
|
|
|
|
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>
|