mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
27 lines
779 B
Makefile
27 lines
779 B
Makefile
PORTNAME= kreport
|
|
DISTVERSION= 3.2.0
|
|
PORTREVISION= 7
|
|
CATEGORIES= textproc kde
|
|
MASTER_SITES= KDE/stable/${PORTNAME}/src
|
|
DIST_SUBDIR= KDE/${PORTNAME}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Framework for creation of reports in multiple formats
|
|
WWW= https://www.kexi-project.org/
|
|
|
|
LIB_DEPENDS= libKPropertyCore3.so:x11-toolkits/kproperty
|
|
|
|
USES= cmake compiler:c++11-lang gettext kde:5 python qt:5 tar:xz
|
|
USE_KDE= config coreaddons marble widgetsaddons \
|
|
ecm:build
|
|
USE_QT= core declarative gui location network printsupport webchannel \
|
|
webengine webkit widgets xml \
|
|
buildtools:build qmake:build
|
|
|
|
CONFLICTS_INSTALL= calligra-2*
|
|
|
|
post-extract:
|
|
${CP} ${FILESDIR}/KReportGroupTracker.cpp ${WRKSRC}/src/renderer/scripting/KReportGroupTracker.cpp
|
|
|
|
.include <bsd.port.mk>
|