diff options
author | martymac <martymac@FreeBSD.org> | 2010-12-14 22:39:50 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2010-12-14 22:39:50 +0800 |
commit | 462438221d05f34627683ade847d5190fcd0db77 (patch) | |
tree | 0690bce36ef0818e512f22a63ef6e37b9de25c46 /graphics/Makefile | |
parent | dc0a53d3e0abe916b0fb4cd2e134a6356ad0a926 (diff) | |
download | freebsd-ports-gnome-462438221d05f34627683ade847d5190fcd0db77.tar.gz freebsd-ports-gnome-462438221d05f34627683ade847d5190fcd0db77.tar.zst freebsd-ports-gnome-462438221d05f34627683ade847d5190fcd0db77.zip |
ZBar is an open source software suite for reading bar codes from various
sources, such as video streams, image files and raw intensity sensors. It
supports many popular symbologies (types of bar codes) including EAN-13/UPC-A,
UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code.
PR: ports/152708
Submitted by: Oliver Heesakkers <dev2 at heesakkers.info>
pproved by: ehaupt (mentor)
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 6397b81d08a1..f580f18bcc20 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1027,6 +1027,7 @@ SUBDIR += yed SUBDIR += yukon SUBDIR += zathura + SUBDIR += zbar SUBDIR += zgv SUBDIR += zimg SUBDIR += zint |