mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 12:01:19 +02:00
22 lines
448 B
Makefile
22 lines
448 B
Makefile
# $FreeBSD: head/sysutils/powerdxx/Makefile 437671 2017-04-03 19:09:34Z kami $
|
|
|
|
PORTNAME= powerdxx
|
|
PORTVERSION= 0.4.3
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= kami@FreeBSD.org
|
|
COMMENT= CPU clock speed/frequency daemon
|
|
|
|
USES= compiler:c++14-lang
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= lonkamikaze
|
|
GH_TUPLE= lonkamikaze:powerdxx:43c0db7:powerdxx/gh-pages
|
|
|
|
USE_LDCONFIG= yes
|
|
MAKE_ARGS= DOCSDIR="${DOCSDIR}"
|
|
|
|
CXXFLAGS+= -Wno-error=sign-compare
|
|
|
|
.include <bsd.port.mk>
|