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

20 lines
350 B
Makefile

PORTNAME= sct
DISTVERSION= 1.0.0
CATEGORIES= accessibility
MAINTAINER= 0mp@FreeBSD.org
COMMENT= Utility to change screen temperature
LICENSE= UNLICENSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= xorg
USE_GITHUB= yes
GH_ACCOUNT= 0mp
USE_XORG= x11 xrandr
INSTALL_TARGET= install-strip
PLIST_FILES= bin/sct \
man/man1/sct.1.gz
.include <bsd.port.mk>