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
17 lines
393 B
Makefile
17 lines
393 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libkscreen
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
CATEGORIES= x11 kde kde-plasma
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Plasma5 screen management library
|
|
|
|
USES= cmake compiler:c++11-lib cpe kde:5 pathfix \
|
|
pkgconfig qt:5 tar:xz
|
|
USE_KDE= ecm wayland
|
|
USE_QT= core dbus gui testlib x11extras \
|
|
buildtools_build qmake_build
|
|
USE_XORG= x11 xcb xrandr
|
|
|
|
.include <bsd.port.mk>
|