aboutsummaryrefslogtreecommitdiff
path: root/audio/gstreamer-plugins-spc
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-12-22 23:32:22 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-12-22 23:32:22 +0000
commit81556df4cfde926c8510718648657c9e28ba6dc6 (patch)
tree6dad09e2710058c18de75361636b803dc941fd96 /audio/gstreamer-plugins-spc
parent2a080b9e743a3b1c1d4d3ef18309b3c9e08ebe19 (diff)
downloadports-81556df4cfde926c8510718648657c9e28ba6dc6.tar.gz
ports-81556df4cfde926c8510718648657c9e28ba6dc6.zip
Add gstreamer-plugins-spc
Gstreamer OpenSPC frontend
Notes
Notes: svn path=/head/; revision=180546
Diffstat (limited to 'audio/gstreamer-plugins-spc')
-rw-r--r--audio/gstreamer-plugins-spc/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/gstreamer-plugins-spc/Makefile b/audio/gstreamer-plugins-spc/Makefile
new file mode 100644
index 000000000000..48812ceb4d85
--- /dev/null
+++ b/audio/gstreamer-plugins-spc/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: gstreamer-plugins-spc
+# Date created: 22 Dec 2006
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTREVISION= 0
+CATEGORIES= audio
+
+COMMENT= Gstreamer OpenSPC frontend
+
+GST_PLUGIN= spc
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"