mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
ddae4e92d8
Most USES use a colon for build/run(/test) suffixes. Change kde.mk, qt.mk and pyqt.mk to do the same, and update all ports using that. Document in CHANGES. PR: 266034 Exp-run by: antoine Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36349
43 lines
963 B
Makefile
43 lines
963 B
Makefile
PORTNAME= limereport
|
|
PORTVERSION= 1.5.35
|
|
PORTREVISION= 1
|
|
CATEGORIES= print
|
|
|
|
MAINTAINER= svvord@soft-wizard.ru
|
|
COMMENT= Multi-platform C++ report generator library written using Qt framework
|
|
WWW= https://limereport.ru
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake compiler:c++11-lang dos2unix gl qt:5
|
|
USE_QT+= buildtools:build core gui script sql xml svg quickcontrols2 \
|
|
printsupport uitools network widgets declarative qmake:build
|
|
USE_GL= gl
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= fralx
|
|
GH_PROJECT= LimeReport
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
LIB_DEPENDS+= libpng.so:graphics/png
|
|
|
|
OPTIONS_DEFINE= DEBUG DOCS ZINT
|
|
OPTIONS_DEFAULT= ZINT
|
|
|
|
DOCS_CMAKE_BOOL= DOCS_INSTALL
|
|
|
|
ZINT_DESC= Build with graphics/zint instead of bundled one
|
|
ZINT_CMAKE_ON= SYSTEM_ZINT
|
|
ZINT_LIB_DEPENDS= libQZint.so:graphics/zint
|
|
ZINT_EXTRA_PATCHES= ${FILESDIR}/extrapatch-barcode
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
.if ${PORT_OPTIONS:MDEBUG}
|
|
CMAKE_BUILD_TYPE= Debug
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|