summaryrefslogtreecommitdiffstats
path: root/audio/gstreamer-plugins-nas
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-15 13:44:15 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-15 13:44:15 +0800
commit6e56d6a5ebeee89e690668e1d98ef1a1c9b21101 (patch)
treea33621e2b1a7ab9bed73e6e170d51aced1189a43 /audio/gstreamer-plugins-nas
parentd21e4ffb56bfe8a6115c626e06dbb815b771d03b (diff)
downloadmarcuscom-ports-6e56d6a5ebeee89e690668e1d98ef1a1c9b21101.tar
marcuscom-ports-6e56d6a5ebeee89e690668e1d98ef1a1c9b21101.tar.gz
marcuscom-ports-6e56d6a5ebeee89e690668e1d98ef1a1c9b21101.tar.bz2
marcuscom-ports-6e56d6a5ebeee89e690668e1d98ef1a1c9b21101.tar.lz
marcuscom-ports-6e56d6a5ebeee89e690668e1d98ef1a1c9b21101.tar.xz
marcuscom-ports-6e56d6a5ebeee89e690668e1d98ef1a1c9b21101.tar.zst
marcuscom-ports-6e56d6a5ebeee89e690668e1d98ef1a1c9b21101.zip
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 <bsd.port.pre.mk> .if defined(WITH_VORBIS) USE_GSTREAMER+= vorbis .endif or USE_GSTREAMER= yes .include <bsd.port.pre.mk> .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
Diffstat (limited to 'audio/gstreamer-plugins-nas')
-rw-r--r--audio/gstreamer-plugins-nas/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/gstreamer-plugins-nas/Makefile b/audio/gstreamer-plugins-nas/Makefile
new file mode 100644
index 000000000..6e3e94b56
--- /dev/null
+++ b/audio/gstreamer-plugins-nas/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: gstreamer-plugins-nas
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= audio
+
+GST_PLUGIN= nas
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"