freebsd-ports/x11/plasma5-kscreen/Makefile
2022-09-07 12:26:41 +02:00

21 lines
652 B
Makefile

PORTNAME= kscreen
DISTVERSION= ${KDE_PLASMA_VERSION}
PORTREVISION= 1
CATEGORIES= x11 kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 screen management library
LIB_DEPENDS= libxcb-util.so:x11/xcb-util
USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz xorg
USE_KDE= auth codecs config configwidgets coreaddons dbusaddons \
globalaccel i18n kcmutils kdeclarative libkscreen package \
plasma-framework service widgetsaddons windowsystem xmlgui \
ecm_build
USE_QT= core dbus declarative gui network sensors widgets x11extras xml \
buildtools_build qmake_build testlib_build
USE_XORG= x11 xcb xext xi
.include <bsd.port.mk>