aboutsummaryrefslogtreecommitdiffstats
path: root/audio/gstreamer-plugins-jack
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2006-12-23 06:37:41 +0800
committerahze <ahze@FreeBSD.org>2006-12-23 06:37:41 +0800
commitea97799905439558b725505b0b6d03c8e62f1daa (patch)
tree75929995c8a8912a0b937835838d2b3a38bc9533 /audio/gstreamer-plugins-jack
parentb9eb95979eb269dff4771e21daca49c2001fe9a8 (diff)
downloadfreebsd-ports-gnome-ea97799905439558b725505b0b6d03c8e62f1daa.tar.gz
freebsd-ports-gnome-ea97799905439558b725505b0b6d03c8e62f1daa.tar.zst
freebsd-ports-gnome-ea97799905439558b725505b0b6d03c8e62f1daa.zip
Revive gstreamer-plugins-jack
Diffstat (limited to 'audio/gstreamer-plugins-jack')
-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"