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

23 lines
496 B
Makefile

PORTNAME= gammy
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.64
CATEGORIES= accessibility
MAINTAINER= me@igalic.co
COMMENT= Adaptive screen brightness and temperature for Windows and Unix
LICENSE= GPLv3
USES= compiler:c++11-lang gl qmake qt:5 xorg
USE_GITHUB= yes
GH_ACCOUNT= Fushko
USE_GL= gl
USE_QT= core dbus gui widgets \
buildtools_build qmake_build
USE_XORG= x11 xext xxf86vm
PLIST_FILES= bin/gammy \
share/applications/gammy.desktop \
share/pixmaps/gammy.png
.include <bsd.port.mk>