mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
ef82c656cb
from Florian Viehweger (maintainer), tweak by me to use DIST_TUPLE for sr.ht
20 lines
334 B
Makefile
20 lines
334 B
Makefile
COMMENT = userland daemon to manage CPU frequency
|
|
|
|
DIST_TUPLE = srht solene obsdfreqd 1.2.2 .
|
|
|
|
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
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|