freebsd-ports/x11/plasma5-libkscreen/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

15 lines
385 B
Makefile

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 xorg
USE_KDE= ecm wayland
USE_QT= core dbus gui testlib x11extras \
buildtools_build qmake_build
USE_XORG= x11 xcb xrandr
.include <bsd.port.mk>