From 6e56d6a5ebeee89e690668e1d98ef1a1c9b21101 Mon Sep 17 00:00:00 2001 From: ahze Date: Mon, 15 Nov 2004 05:44:15 +0000 Subject: Massive import of gstreamer-plugins This is gstreamer-plugins with each plugin in its own separate port. Includes bsd.gstreamer.mk so ports can use the following examples WANT_GSTREAMER= yes .include .if defined(WITH_VORBIS) USE_GSTREAMER+= vorbis .endif or USE_GSTREAMER= yes .include .if defined(WITH_FAAD) USE_GSTREAMER+= faad .endif USE_GSTREAMER=yes will always install multimedia/gstreamer-plugins WITH_GSTREAMER=yes will only include bsd.gstreamer.mk for use after bsd.port.pre.mk Approved by: marcus git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3061 df743ca5-7f9a-e211-a948-0013205c9059 --- x11-toolkits/gstreamer-plugins-pango/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 x11-toolkits/gstreamer-plugins-pango/Makefile (limited to 'x11-toolkits') diff --git a/x11-toolkits/gstreamer-plugins-pango/Makefile b/x11-toolkits/gstreamer-plugins-pango/Makefile new file mode 100644 index 000000000..fca20084f --- /dev/null +++ b/x11-toolkits/gstreamer-plugins-pango/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: gstreamer-plugins-pango +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# + +CATEGORIES= x11-toolkits + +GST_PLUGIN= pango + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" -- cgit v1.2.3