summaryrefslogtreecommitdiff
path: root/audio/gstreamer-plugins-cdaudio/Makefile
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-12-22 22:26:19 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-12-22 22:26:19 +0000
commit4c3492553788d9fec356e56b10ffddb67870b0ff (patch)
tree6ceca63cd1a0572a82723f49e96761d08b389c12 /audio/gstreamer-plugins-cdaudio/Makefile
parentIn preparation to deprecate shells/bash2: (diff)
Revive gstreamer-plugins-cdaudio
Notes
Notes: svn path=/head/; revision=180530
Diffstat (limited to '')
-rw-r--r--audio/gstreamer-plugins-cdaudio/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/gstreamer-plugins-cdaudio/Makefile b/audio/gstreamer-plugins-cdaudio/Makefile
new file mode 100644
index 000000000000..0b73161a4944
--- /dev/null
+++ b/audio/gstreamer-plugins-cdaudio/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: gstreamer-plugins-cdaudio
+# Date created: 22 Dec 2006
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTREVISION= 0
+CATEGORIES= audio
+
+COMMENT= Gstreamer frontend to libcdaudio
+
+GST_PLUGIN= cdaudio
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"