diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-12-05 07:01:14 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-12-05 07:01:14 +0800 |
commit | 2caf84c3c7dce79d31fc355b0a2b9312a75f234c (patch) | |
tree | 823090e54cdf68abc0999feab1714ef02d7e20f0 /graphics/gstreamer-plugins-libvisual | |
parent | f5c0eea25c030865bc73be8c1a288fac52a5cd31 (diff) | |
download | marcuscom-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 'graphics/gstreamer-plugins-libvisual')
-rw-r--r-- | graphics/gstreamer-plugins-libvisual/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/gstreamer-plugins-libvisual/Makefile b/graphics/gstreamer-plugins-libvisual/Makefile new file mode 100644 index 000000000..569dc64c1 --- /dev/null +++ b/graphics/gstreamer-plugins-libvisual/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: gstreamer-plugins-libvisual +# Date created: 4 Dec 2004 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= graphics + +GST_PLUGIN= libvisual + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" |