diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-04 23:46:51 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-04 23:46:51 +0800 |
commit | 3373c0d3fb32977bd054659216b6ca7df67a8082 (patch) | |
tree | 7917d54919dd063182061363c11764c22a8fa58d /graphics/gstreamer-plugins-libvisual | |
parent | 2107caf62cff2b04c724f9282f0b5ccc88450736 (diff) | |
download | marcuscom-ports-3373c0d3fb32977bd054659216b6ca7df67a8082.tar marcuscom-ports-3373c0d3fb32977bd054659216b6ca7df67a8082.tar.gz marcuscom-ports-3373c0d3fb32977bd054659216b6ca7df67a8082.tar.bz2 marcuscom-ports-3373c0d3fb32977bd054659216b6ca7df67a8082.tar.lz marcuscom-ports-3373c0d3fb32977bd054659216b6ca7df67a8082.tar.xz marcuscom-ports-3373c0d3fb32977bd054659216b6ca7df67a8082.tar.zst marcuscom-ports-3373c0d3fb32977bd054659216b6ca7df67a8082.zip |
Update to 0.10.17.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10335 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/gstreamer-plugins-libvisual')
-rw-r--r-- | graphics/gstreamer-plugins-libvisual/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/gstreamer-plugins-libvisual/Makefile b/graphics/gstreamer-plugins-libvisual/Makefile new file mode 100644 index 000000000..8546096be --- /dev/null +++ b/graphics/gstreamer-plugins-libvisual/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-libvisual +# Date created: 4 Dec 2004 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTREVISION= 0 +CATEGORIES= graphics + +COMMENT= Gstreamer libvisual plugin + +GST_PLUGIN= libvisual + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" |