diff options
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" |