aboutsummaryrefslogtreecommitdiff
path: root/x11/plasma6-kscreen/Makefile
blob: e2c6aee31e00aaf6dcafdb3f1681a93842f873cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	kscreen
DISTVERSION=	${KDE_PLASMA_VERSION}
CATEGORIES=	x11 kde kde-plasma

COMMENT=	KDE screen management software
MAINTAINER=	kde@FreeBSD.org

LIB_DEPENDS=	libxcb-util.so:x11/xcb-util \
		libxkbcommon.so:x11/libxkbcommon

USES=		cmake gettext kde:6 qt:6 tar:xz gl xorg
USE_KDE=	colorscheme config configwidgets coreaddons dbusaddons \
		globalaccel i18n iconthemes kcmutils layer-shell-qt libkscreen \
		libplasma svg widgetsaddons windowsystem xmlgui \
		ecm:build
USE_GL=		gl opengl
USE_QT=		base declarative sensors
USE_XORG=	x11 xcb xext xi

.include <bsd.port.mk>