Edit

IABSD.fr/ports/sysutils/obsdfreqd/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2025-10-17 19:42:26
    Hash : ef82c656
    Message : update to obsdfreqd-1.2.2 (doc change only) from Florian Viehweger (maintainer), tweak by me to use DIST_TUPLE for sr.ht

  • sysutils/obsdfreqd/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>