da3162c7c9
Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
24 lines
512 B
Makefile
24 lines
512 B
Makefile
PORTNAME= gammy
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.9.64
|
|
PORTREVISION= 1
|
|
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>
|