c499c78518
With hat: portmgr
20 lines
301 B
Makefile
20 lines
301 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= powerdxx
|
|
PORTVERSION= 0.2.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= CPU clock speed/frequency daemon
|
|
|
|
LICENSE= ISCL
|
|
|
|
USES= compiler:c++11-lib
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= lonkamikaze
|
|
|
|
MAKE_ARGS= DOCSDIR="${DOCSDIR}"
|
|
|
|
.include <bsd.port.mk>
|