Edit

IABSD.fr/ports/sysutils/obsdfreqd/Makefile

Branch :

  • Show log

    Commit

  • Author : solene
    Date : 2022-11-07 22:43:03
    Hash : e66f6e87
    Message : Update to obsdfreqd-1.1.1 with inputs from maintainer ok from maintainer Florian Viehweger

  • sysutils/obsdfreqd/Makefile
  • COMMENT =		userland daemon to manage CPU frequency
    V =			1.1.1
    DISTNAME =		obsdfreqd-${V}
    
    CATEGORIES =		sysutils
    
    MAINTAINER =		Florian Viehweger <openbsd@out-of-creativity.de>
    
    HOMEPAGE =		https://tildegit.org/solene/obsdfreqd/
    
    # ISC
    PERMIT_PACKAGE =	Yes
    
    # uses unveil()
    WANTLIB +=		c m
    
    MASTER_SITES =		https://tildegit.org/solene/obsdfreqd/archive/
    
    DISTFILES =		obsdfreqd-{}${V}${EXTRACT_SUFX}
    WRKDIST =		${WRKDIR}/obsdfreqd
    NO_TEST =		Yes
    
    .include <bsd.port.mk>