1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/accessibility/sct/Makefile
Mateusz Piotrowski 4f0a994ae4 accessibility/sct: Update to 0.3.1
- 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
2018-07-31 08:22:15 +00:00

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>