diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-10-16 00:15:02 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-10-16 00:15:02 +0800 |
commit | f5f33bac04b1d5e894bb178ec4e617adca557ccc (patch) | |
tree | 3135f9bd363aaebc84f421a8a5132aa8482205f2 /graphics | |
parent | 2ead2e3db50f9272c5de1d49cbfd48e2603fffa7 (diff) | |
download | marcuscom-ports-f5f33bac04b1d5e894bb178ec4e617adca557ccc.tar.gz marcuscom-ports-f5f33bac04b1d5e894bb178ec4e617adca557ccc.tar.zst marcuscom-ports-f5f33bac04b1d5e894bb178ec4e617adca557ccc.zip |
Add some more plugins, start cleaning up gstreamer1-plugins/Makefile.common.
Update urls in pkg-descr.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17120 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gstreamer1-plugins-libvisual/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/gstreamer1-plugins-libvisual/Makefile b/graphics/gstreamer1-plugins-libvisual/Makefile new file mode 100644 index 000000000..27fce8098 --- /dev/null +++ b/graphics/gstreamer1-plugins-libvisual/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTREVISION= 0 +CATEGORIES= graphics + +COMMENT= Gstreamer libvisual plugin + +GST_PLUGIN= libvisual +DIST= base + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins + +.include "${MASTERDIR}/Makefile" |