blob: 855a2adf6fa31f9a99cfe28cbed698261b49059a (
plain)
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
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
MAINTAINER= g.veniamin@googlemail.com
COMMENT= Zint Barcode Generator
LICENSE= GPLv3
LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png
USE_CMAKE= yes
USE_LDCONFIG= yes
USE_QT_VER= 4
QT_COMPONENTS= 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>
|