freebsd-ports/graphics/zint/Makefile
Max Brazhnikov ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00

28 lines
614 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= 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>