aboutsummaryrefslogtreecommitdiffstats
path: root/x11/plasma5-kwayland-integration/Makefile
blob: 213e3ebcd8d0753ad291e8974d313c73704f149f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

PORTNAME=   kwayland-integration
DISTVERSION=    ${KDE_PLASMA_VERSION}
PORTREVISION=   1
CATEGORIES= x11 kde kde-plasma

MAINTAINER= kde@FreeBSD.org
COMMENT=    Integration plugins for a Wayland-based desktop

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

USES=       cmake compiler:c++11-lib cpe kde:5 qt:5 tar:xz
USE_KDE=    ecm idletime wayland windowsystem
USE_QT=     core gui widgets \
        buildtools_build qmake_build

.include <bsd.port.mk>