1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/accessibility/sct/Makefile
2019-10-10 11:59:15 +00:00

23 lines
363 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
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>