diff options
Diffstat (limited to 'graphics/gstreamer1-plugins-zbar/Makefile')
-rw-r--r-- | graphics/gstreamer1-plugins-zbar/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/gstreamer1-plugins-zbar/Makefile b/graphics/gstreamer1-plugins-zbar/Makefile new file mode 100644 index 000000000..d41b9a1a8 --- /dev/null +++ b/graphics/gstreamer1-plugins-zbar/Makefile @@ -0,0 +1,15 @@ +# Created by: Koop Mast <kwm@FreeBSD.org> +# $FreeBSD$ +# $MCom$ + +PORTREVISION= 0 +CATEGORIES= graphics + +COMMENT= Gstreamer ZBar barcode detector plugin + +GST_PLUGIN= zbar +DIST= bad + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins + +.include "${MASTERDIR}/Makefile" |