aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/kf5-kguiaddons/Makefile
blob: f482f6ce66cac0f58d296ad651cf57a40d1c59d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	kguiaddons
DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
PORTREVISION=	1
CATEGORIES=	x11-toolkits kde kde-frameworks

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

LIB_DEPENDS=	libwayland-client.so:graphics/wayland

USES=		cmake compiler:c++11-lib desktop-file-utils kde:5 \
		pkgconfig qt:5 tar:xz xorg
USE_KDE=	plasma-wayland-protocols \
		ecm_build
USE_QT=		core gui wayland widgets x11extras \
		buildtools_build qmake_build testlib_build
USE_XORG=	ice sm x11 xcb xext

.include <bsd.port.mk>