mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
22 lines
351 B
Makefile
22 lines
351 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= sct
|
|
DISTVERSION= 1.0.0
|
|
CATEGORIES= accessibility
|
|
|
|
MAINTAINER= 0mp@FreeBSD.org
|
|
COMMENT= Utility to change screen temperature
|
|
|
|
LICENSE= UNLICENSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
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>
|