diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-03-26 07:21:07 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-03-26 07:21:07 +0000 |
commit | 5f1a22c32d817de4ed09b9a70df175e25ca6a6fc (patch) | |
tree | 25d13806db65d8b05492c2624b4837b8ee96e5a0 /graphics/Makefile | |
parent | 0979688cc2d5c8cae4b82a6821a2d0ca6af0e57c (diff) |
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>
Notes
Notes:
svn path=/head/; revision=251524
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 79131093efbf..b20ec97dbeda 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> |