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

MAINTAINER=	kde@FreeBSD.org
COMMENT=	KF5 lightweight plotting framework

USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
USE_KDE=	ecm_build
USE_QT=		core gui uiplugin widgets \
		buildtools_build qmake_build testlib_build

.include <bsd.port.mk>