1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/textproc/kreport/Makefile
Adriaan de Groot c712bcb0fa astro/marble: repair generated CMake files against 3.24
The CMake configuration for Marble depends on Astro (which is another
software component installed by Marble itself). Previously this was
not explicitly checked-for. With CMake 3.24, it is: and consumers
fail because of this.

Patch submitted upstream.

Bump affected consumers graphics/kgeotag and textproc/kreport.

PR:		265652
2022-09-19 23:01:03 +02:00

27 lines
785 B
Makefile

PORTNAME= kreport
DISTVERSION= 3.2.0
PORTREVISION= 5
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:3.5+ qt:5 tar:xz
USE_KDE= config coreaddons ecm marble widgetsaddons
USE_QT= core declarative gui location network webchannel \
webengine webkit widgets xml \
buildtools:build printsupport qmake:build
CONFLICTS_INSTALL= calligra-2*
post-extract:
${CP} ${FILESDIR}/KReportGroupTracker.cpp ${WRKSRC}/src/renderer/scripting/KReportGroupTracker.cpp
.include <bsd.port.mk>