Edit

IABSD.fr/ports/sysutils/obsdfreqd/Makefile

Branch :

  • Show log

    Commit

  • Author : solene
    Date : 2023-10-24 09:02:36
    Hash : 6426bb58
    Message : update to obsdfreqd-1.2.1 fixes an issue with automatic threshold when not on battery approved by maintainer

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