aboutsummaryrefslogtreecommitdiff
path: root/x11/plasma5-kwayland-server/Makefile
blob: 5ea8041ab9979d701f4eba2180193bdc29783e28 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

PORTNAME=	kwayland-server
DISTVERSION=	${KDE_PLASMA_VERSION}
CATEGORIES=	x11 kde kde-plasma

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Wayland Server Components built on KDE Frameworks

LICENSE=	LGPL21
LICENSE_FILE=	${WRKSRC}/COPYING.LIB

BUILD_DEPENDS=	plasma-wayland-protocols>=0:x11/plasma-wayland-protocols \
		wayland-protocols>=1.14:graphics/wayland-protocols
RUN_DEPENDS=	plasma-wayland-protocols>=0:x11/plasma-wayland-protocols

USES=		cmake compiler:c++11-lang gl kde:5 pkgconfig qt:5 tar:xz
USE_GL=		egl
USE_KDE=	ecm wayland
USE_QT=		concurrent core gui wayland \
		buildtools_build qmake_build

.include <bsd.port.mk>