1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/x11/plasma5-kwayland-integration/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

18 lines
528 B
Makefile

PORTNAME= kwayland-integration
DISTVERSION= ${KDE_PLASMA_VERSION}
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 guiaddons idletime wayland windowsystem
USE_QT= core gui widgets \
buildtools_build qmake_build
.include <bsd.port.mk>