summaryrefslogtreecommitdiff
path: root/accessibility/sct/Makefile
blob: af141fd8c2927021c71431900cef52c886228b90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

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>