bff057c2fc
Announcement: https://www.kde.org/announcements/plasma-5.15.0.php Changelog: https://www.kde.org/announcements/plasma-5.14.5-5.15.0-changelog.php
20 lines
531 B
Makefile
20 lines
531 B
Makefile
# $FreeBSD$
|
|
|
|
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 idletime wayland windowsystem
|
|
USE_QT= core gui widgets \
|
|
buildtools_build qmake_build
|
|
|
|
.include <bsd.port.mk>
|