openbsd-ports/x11/sct/Makefile
jung c9b07f2607 import x11/sct
sct is a lightweight utility to set the color temperature of the screen

with input from czarkoff jturner and edd

ok czarkoff jturner
2016-05-25 20:52:24 +00:00

27 lines
460 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2016/05/25 20:52:24 jung Exp $
COMMENT = set the color temperature of the screen
DISTNAME = sct-0.1
CATEGORIES = x11 sysutils
HOMEPAGE = https://www.umaxx.net/
MAINTAINER = Joerg Jung <jung@openbsd.org>
# ISC
PERMIT_PACKAGE_CDROM = 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>