aboutsummaryrefslogtreecommitdiff
path: root/audio/gstreamer-plugins-nas
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2007-06-19 14:15:46 +0000
committerMichael Johnson <ahze@FreeBSD.org>2007-06-19 14:15:46 +0000
commit7482c4a4e3a628bfd779789f8d56deccf31b522d (patch)
tree3ca0739010e818871fb7dcd04706cf9ce23e35a0 /audio/gstreamer-plugins-nas
parent126c7e8ba2883a7908784419267932d96bf05db1 (diff)
downloadports-7482c4a4e3a628bfd779789f8d56deccf31b522d.tar.gz
ports-7482c4a4e3a628bfd779789f8d56deccf31b522d.zip
Notes
Diffstat (limited to 'audio/gstreamer-plugins-nas')
-rw-r--r--audio/gstreamer-plugins-nas/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/gstreamer-plugins-nas/Makefile b/audio/gstreamer-plugins-nas/Makefile
new file mode 100644
index 000000000000..997daaec8e58
--- /dev/null
+++ b/audio/gstreamer-plugins-nas/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: gstreamer-plugins-nas
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= audio
+PORTREVISION= 0
+
+COMMENT= GStreamer NAS (Network Audio System) plugin
+
+GST_PLUGIN= nas
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"