cf118ccf87
Reported by: lwhsu
20 lines
350 B
Makefile
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>
|