diff options
-rw-r--r-- | graphics/zint/Makefile | 5 | ||||
-rw-r--r-- | graphics/zint/pkg-descr | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/graphics/zint/Makefile b/graphics/zint/Makefile index 6b3990521ca8..ebe20b668e5f 100644 --- a/graphics/zint/Makefile +++ b/graphics/zint/Makefile @@ -5,12 +5,13 @@ PORTNAME= zint PORTVERSION= 2.4.3 PORTREVISION= 4 CATEGORIES= graphics -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ +MASTER_SITES= SF MAINTAINER= vg@FreeBSD.org COMMENT= Zint Barcode Generator -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png diff --git a/graphics/zint/pkg-descr b/graphics/zint/pkg-descr index f35d8ac1e170..8e625addd66e 100644 --- a/graphics/zint/pkg-descr +++ b/graphics/zint/pkg-descr @@ -2,4 +2,4 @@ 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/ +WWW: http://www.zint.org.uk/ |