diff options
author | wen <wen@FreeBSD.org> | 2010-03-26 15:21:07 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-03-26 15:21:07 +0800 |
commit | e2e19ff2fc49d5bdf4ab80551ca158092f0c2efd (patch) | |
tree | 649c0fb0bbd7613af9043bdbe0775ba61424119e /graphics/Makefile | |
parent | b43578bbe8950d67d8731bdb5cd234b45d0e1aa2 (diff) | |
download | freebsd-ports-graphics-e2e19ff2fc49d5bdf4ab80551ca158092f0c2efd.tar.gz freebsd-ports-graphics-e2e19ff2fc49d5bdf4ab80551ca158092f0c2efd.tar.zst freebsd-ports-graphics-e2e19ff2fc49d5bdf4ab80551ca158092f0c2efd.zip |
A barcode encoding library supporting over 50 symbologies including Code 128,
Data Matrix, USPS OneCode, EAN-128, UPC/EAN, ITF, QR Code, Code 16k, PDF417,
MicroPDF417, LOGMARS, Maxicode, GS1 DataBar, Aztec, Composite Symbols and more.
WWW: http://www.zint.org.uk/
PR: ports/144958
Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
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 79131093efb..b20ec97dbed 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -988,6 +988,7 @@ SUBDIR += yukon SUBDIR += zgv SUBDIR += zimg + SUBDIR += zint SUBDIR += zphoto .include <bsd.port.subdir.mk> |