482d77c904
Remove xine plugins, not very well supported and gstreamer-ffmpeg does a better job. Override COMMENT and PORTREVISION in slave ports. For the slave ports in multimedia add also CATAGORIES. Chase libmusepack -> libmpcdec rename. Changelog: http://gstreamer.freedesktop.org/releases/gst-plugins/0.8.9.html Approved by: maintainer (implicit)
18 lines
345 B
Makefile
18 lines
345 B
Makefile
# New ports collection makefile for: gstreamer-plugins-swfdec
|
|
# Date created: 3 Oct 2004
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= graphics
|
|
PORTREVISION= 0
|
|
|
|
COMMENT= Gstreamer flash redering plugin
|
|
|
|
GST_PLUGIN= swfdec
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
|
|
|
|
.include "${MASTERDIR}/Makefile"
|