mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
886e9bf191
Reported by: poudriere
17 lines
403 B
Makefile
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>
|