aboutsummaryrefslogtreecommitdiff
path: root/graphics/kf5-kquickcharts/Makefile
blob: 50aab5183f24961ce971415477833db42f037d80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	kquickcharts
DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
CATEGORIES=	graphics kde kde-frameworks

MAINTAINER=	kde@FreeBSD.org
COMMENT=	KF5 QtQuick plugin providing high-performance charts

USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
USE_KDE=	ecm_build \
		kirigami2_run
USE_QT=		core declarative gui network quickcontrols2 \
		buildtools_build qmake_build \
		quickcontrols2_run

.include <bsd.port.mk>