aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/zint/Makefile
blob: 7fa410c963106577a77c2b30e95d627ae2bda77e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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=   2
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

USES=       cmake
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>