openbsd-ports/x11/sct/Makefile
2022-03-11 20:15:18 +00:00

25 lines
391 B
Makefile

COMMENT = set the color temperature of the screen
DISTNAME = sct-0.5
CATEGORIES = x11 sysutils
HOMEPAGE = https://www.umaxx.net/
MAINTAINER = Joerg Jung <jung@openbsd.org>
# ISC
PERMIT_PACKAGE = Yes
WANTLIB = c X11 Xrandr
MASTER_SITES = ${HOMEPAGE}/dl/
MAKE_FLAGS = CC="${CC}"
MAKE_ENV = LDFLAGS="${LDFLAGS}"
FAKE_FLAGS = DESTDIR=""
NO_TEST = Yes
.include <bsd.port.mk>