| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/print/limereport/ |
Upload File : |
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>