1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/multimedia/gstreamer-plugins-fluendo-mpegdemux/Makefile
Danilo G. Baio c27d4e377f Update license of ports using MPL (without version)
All ports now should use MPL[10|11|20] license.

Approved by:	portmgr (blanket)
2017-11-04 11:43:35 +00:00

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>