freebsd-ports/x11/kf5-kwayland/Makefile
Niclas Zeising a8d9df7e30 Bump portrevision for devel/evdev-proto
Bump portrevision on everything with a build dependency on
devel/evdev-proto, to chace the update of evdev-proto in r550442.
2020-09-28 19:59:57 +00:00

27 lines
703 B
Makefile

# $FreeBSD$
PORTNAME= kwayland
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
PORTREVISION= 1
CATEGORIES= x11 kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 Client and Server library wrapper for the Wayland libraries
BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto \
wayland-protocols>=0:graphics/wayland-protocols \
plasma-wayland-protocols>=0:x11/plasma-wayland-protocols
LIB_DEPENDS= libwayland-client.so:graphics/wayland
LICENSE= LGPL21 LGPL3
LICENSE_COMB= dual
USES= cmake compiler:c++11-lib gettext gl kde:5 pkgconfig \
qt:5 tar:xz
USE_GL= egl
USE_KDE= ecm
USE_QT= concurrent core gui testlib wayland \
buildtools_build qmake_build
.include <bsd.port.mk>