diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-10-06 17:04:19 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-10-06 17:04:19 +0800 |
commit | 1b00912ef27deb8704961f1e718e8f00e51db783 (patch) | |
tree | 04f14d3dd30905fb72a08e0354ce802857808869 /graphics/gstreamer1-plugins-aalib/Makefile | |
parent | eb991d198df425acc70776601b47549349360479 (diff) | |
download | marcuscom-ports-1b00912ef27deb8704961f1e718e8f00e51db783.tar.gz marcuscom-ports-1b00912ef27deb8704961f1e718e8f00e51db783.tar.zst marcuscom-ports-1b00912ef27deb8704961f1e718e8f00e51db783.zip |
Add most of -good plugins, the X plugins are broken for now.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17097 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/gstreamer1-plugins-aalib/Makefile')
-rw-r--r-- | graphics/gstreamer1-plugins-aalib/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/gstreamer1-plugins-aalib/Makefile b/graphics/gstreamer1-plugins-aalib/Makefile new file mode 100644 index 000000000..170837d10 --- /dev/null +++ b/graphics/gstreamer1-plugins-aalib/Makefile @@ -0,0 +1,15 @@ +# Created by: Michael Johnson <ahze@FreeBSD.org> +# $FreeBSD$ +# $MCom$ + +PORTREVISION= 0 +CATEGORIES= graphics + +COMMENT= Gstreamer ASCII art plugin + +GST_PLUGIN= aalib +DIST= good + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins + +.include "${MASTERDIR}/Makefile" |