summaryrefslogtreecommitdiffstats
path: root/audio/gstreamer-plugins-pulse/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-10-23 06:30:15 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-10-23 06:30:15 +0800
commit0ba0f065fa27a14ddbdfbcffcb1c7a173b07fd56 (patch)
tree888cb97e3d0a58c67370b113e764520739751765 /audio/gstreamer-plugins-pulse/Makefile
parent1ed45ddb92ec09c45245b90eb0d77c8f0e417206 (diff)
downloadmarcuscom-ports-0ba0f065fa27a14ddbdfbcffcb1c7a173b07fd56.tar
marcuscom-ports-0ba0f065fa27a14ddbdfbcffcb1c7a173b07fd56.tar.gz
marcuscom-ports-0ba0f065fa27a14ddbdfbcffcb1c7a173b07fd56.tar.bz2
marcuscom-ports-0ba0f065fa27a14ddbdfbcffcb1c7a173b07fd56.tar.lz
marcuscom-ports-0ba0f065fa27a14ddbdfbcffcb1c7a173b07fd56.tar.xz
marcuscom-ports-0ba0f065fa27a14ddbdfbcffcb1c7a173b07fd56.tar.zst
marcuscom-ports-0ba0f065fa27a14ddbdfbcffcb1c7a173b07fd56.zip
Chase pulseaudio update.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16519 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/gstreamer-plugins-pulse/Makefile')
-rw-r--r--audio/gstreamer-plugins-pulse/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/gstreamer-plugins-pulse/Makefile b/audio/gstreamer-plugins-pulse/Makefile
new file mode 100644
index 000000000..64c4a0ec9
--- /dev/null
+++ b/audio/gstreamer-plugins-pulse/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: gstreamer-plugins-pulse
+# Date created: July 22, 2006
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTREVISION= 1
+CATEGORIES= audio
+
+COMMENT= GStreamer plugin for pulseaudio
+
+GST_PLUGIN= pulse
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"