freebsd-ports/x11/plasma5-libkscreen/Makefile
Bernhard Froehlich fe3e5fc946
x11/plasma5-libkscreen: Remove invalid CPE information
Approved by:	portmgr (blanket)
2021-09-06 12:58:36 +00:00

16 lines
397 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 kde:5 pathfix pkgconfig qt:5 \
tar:xz xorg
USE_KDE= wayland \
ecm_build
USE_QT= core dbus gui x11extras \
buildtools_build qmake_build testlib_build
USE_XORG= x11 xcb xrandr
.include <bsd.port.mk>