summaryrefslogtreecommitdiff
path: root/x11/plasma5-kwayland-integration/Makefile
blob: 9b482b4305f10ec4e0c8f9e590a386f0e656d3b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	kwayland-integration
DISTVERSION=	${KDE_PLASMA_VERSION}
PORTREVIXION=	1
CATEGORIES=	x11 kde kde-plasma

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Integration plugins for a Wayland-based desktop
WWW=		https://www.kde.org/plasma-desktop

LIB_DEPENDS=	libepoxy.so:graphics/libepoxy \
		libwayland-client.so:graphics/wayland \
		libxkbcommon.so:x11/libxkbcommon
BUILD_DEPENDS=	${LOCALBASE}/include/linux/input.h:devel/evdev-proto \
		wayland-protocols>0:graphics/wayland-protocols

USES=		cmake compiler:c++11-lib gl kde:5 pkgconfig qt:5 tar:xz xorg
USE_GL=		gl
USE_KDE=	ecm guiaddons idletime plasma-wayland-protocols wayland windowsystem
USE_QT=		core gui wayland widgets \
		buildtools_build qmake_build
USE_XORG=	x11

.include <bsd.port.mk>