mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
4f0a994ae4
- Refactor some parts of the manual page. - Add some error checking for easier diagnosis. Reviewed by: krion (mentor) Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D16521
22 lines
351 B
Makefile
22 lines
351 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= sct
|
|
DISTVERSION= 0.3.1
|
|
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>
|