summaryrefslogtreecommitdiff
path: root/x11-toolkits/kf5-kguiaddons/Makefile
blob: a2eff80c4b73243211a082781fe5336e261ca2e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

PORTNAME=	kguiaddons
DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
CATEGORIES=	x11-toolkits kde kde-frameworks

MAINTAINER=	kde@FreeBSD.org
COMMENT=	KF5 addons to QtGui

USES=		cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz xorg
USE_KDE=	ecm
USE_QT=		core gui qmake_build testlib wayland widgets x11extras \
		buildtools_build
USE_XORG=	ice sm x11 xcb xext

.include <bsd.port.mk>