mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
9c2f65e395
Review by: bapt, David Naylor (kde team)
29 lines
616 B
Makefile
29 lines
616 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.4.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
|
|
|
|
MAINTAINER= g.veniamin@googlemail.com
|
|
COMMENT= Zint Barcode Generator
|
|
|
|
LICENSE= GPLv3
|
|
|
|
LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
|
|
|
|
USE_CMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
USE_QT4= gui xml qmake_build uic_build moc_build rcc_build designer
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
DESKTOP_ENTRIES="Zint" "Barcode generator" "" "zint-qt" "" false
|
|
|
|
.include <bsd.port.mk>
|