1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/x11/plasma6-kgamma/Makefile
Tobias C. Berner 886e9bf191 KDE: complete dependency list in plasma6-ports
Reported by:    poudriere
2023-12-03 10:30:21 +01:00

17 lines
403 B
Makefile

PORTNAME= kgamma
DISTVERSION= ${KDE_PLASMA_VERSION}
CATEGORIES= x11 kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Adjust gamma settings
USES= cmake gettext gl kde:6 qt:6 tar:xz xorg
USE_GL= gl opengl
USE_KDE= colorscheme config configwidgets coreaddons doctools i18n \
kcmutils kdeclarative widgetsaddons \
ecm:build
USE_QT= base
USE_XORG= ice sm x11 xext xxf86vm
.include <bsd.port.mk>