summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2004-12-05 07:01:14 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2004-12-05 07:01:14 +0800
commit2caf84c3c7dce79d31fc355b0a2b9312a75f234c (patch)
tree823090e54cdf68abc0999feab1714ef02d7e20f0 /audio
parentf5c0eea25c030865bc73be8c1a288fac52a5cd31 (diff)
downloadmarcuscom-ports-2caf84c3c7dce79d31fc355b0a2b9312a75f234c.tar
marcuscom-ports-2caf84c3c7dce79d31fc355b0a2b9312a75f234c.tar.gz
marcuscom-ports-2caf84c3c7dce79d31fc355b0a2b9312a75f234c.tar.bz2
marcuscom-ports-2caf84c3c7dce79d31fc355b0a2b9312a75f234c.tar.lz
marcuscom-ports-2caf84c3c7dce79d31fc355b0a2b9312a75f234c.tar.xz
marcuscom-ports-2caf84c3c7dce79d31fc355b0a2b9312a75f234c.tar.zst
marcuscom-ports-2caf84c3c7dce79d31fc355b0a2b9312a75f234c.zip
- Add support for musepack and libvisual plugins
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3219 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio')
-rw-r--r--audio/gstreamer-plugins-musepack/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/gstreamer-plugins-musepack/Makefile b/audio/gstreamer-plugins-musepack/Makefile
new file mode 100644
index 000000000..729bef4ae
--- /dev/null
+++ b/audio/gstreamer-plugins-musepack/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: gstreamer-plugins-musepack
+# Date created: 4 Dec 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= audio
+
+GST_PLUGIN= musepack
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"