Files
ports/sysutils/obsdfreqd/Makefile
T
solene 6426bb58e5 update to obsdfreqd-1.2.1
fixes an issue with automatic threshold
when not on battery

approved by maintainer
2023-10-24 09:02:36 +00:00

23 lines
429 B
Makefile

COMMENT = userland daemon to manage CPU frequency
V = 1.2.1
DISTNAME = obsdfreqd-${V}
CATEGORIES = sysutils
MAINTAINER = Florian Viehweger <openbsd@out-of-creativity.de>
HOMEPAGE = https://git.sr.ht/~solene/obsdfreqd
# ISC
PERMIT_PACKAGE = Yes
# uses unveil()
WANTLIB += c m
SITES = https://git.sr.ht/~solene/obsdfreqd/archive/
DISTFILES = obsdfreqd-{}${V}${EXTRACT_SUFX}
NO_TEST = Yes
.include <bsd.port.mk>