aboutsummaryrefslogtreecommitdiff
path: root/textproc/kreport/Makefile
blob: dbacb022b943ea5f302576b09d321b84b5f39930 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
PORTNAME=		kreport
DISTVERSION=		3.2.0
PORTREVISION=		4
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>