freebsd-ports/graphics/zint/Makefile
Wen Heping 5f1a22c32d 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>
2010-03-26 07:21:07 +00:00

27 lines
629 B
Makefile

# New ports collection makefile for: zint
# Date created: 2010-03-13
# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com>
#
# $FreeBSD$
#
PORTNAME= zint
PORTVERSION= 2.3.1
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
MAINTAINER= g.veniamin@googlemail.com
COMMENT= Zint Barcode Generator
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
USE_CMAKE= yes
CMAKE_USE_PTHREAD= yes
USE_LDCONFIG= yes
USE_QT_VER= 4
QT_COMPONENTS= gui xml qmake_build uic_build moc_build rcc_build designer
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>