aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-12-22 22:37:41 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-12-22 22:37:41 +0000
commit24ab724740fb632949848e6e94fdb71962ef9300 (patch)
tree1e4c7c0fcc74c8c6fa2e5e2dcc8a43b3600cff74 /audio
parenta76a665c75d02edd480b3c0abe1b9af8361a960f (diff)
downloadports-24ab724740fb632949848e6e94fdb71962ef9300.tar.gz
ports-24ab724740fb632949848e6e94fdb71962ef9300.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/gstreamer-plugins-jack/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/gstreamer-plugins-jack/Makefile b/audio/gstreamer-plugins-jack/Makefile
new file mode 100644
index 000000000000..d014642c1d0d
--- /dev/null
+++ b/audio/gstreamer-plugins-jack/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: gstreamer-plugins-jack
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTREVISION= 0
+CATEGORIES= audio
+
+COMMENT= Gstreamer low-latency audio server plugin
+
+GST_PLUGIN= jack
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"