diff options
Diffstat (limited to 'graphics/gstreamer1-plugins-aalib/Makefile')
-rw-r--r-- | graphics/gstreamer1-plugins-aalib/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/gstreamer1-plugins-aalib/Makefile b/graphics/gstreamer1-plugins-aalib/Makefile new file mode 100644 index 000000000000..e997dd6bbbd2 --- /dev/null +++ b/graphics/gstreamer1-plugins-aalib/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTREVISION= 0 +CATEGORIES= graphics + +COMMENT= Gstreamer ASCII art plugin + +GST_PLUGIN= aalib +DIST= good + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins + +.include "${MASTERDIR}/Makefile" |