mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
79419a7f76
Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
28 lines
555 B
Makefile
28 lines
555 B
Makefile
PORTNAME= powerdxx
|
|
DISTVERSION= 0.4.4
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= CPU clock speed/frequency daemon
|
|
WWW= https://github.com/lonkamikaze/powerdxx
|
|
|
|
LICENSE= ISCL
|
|
|
|
USES= compiler:c++17-lang
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= lonkamikaze
|
|
GH_TUPLE= lonkamikaze:powerdxx:c555acd:powerdxx/gh-pages
|
|
|
|
USE_LDCONFIG= yes
|
|
MAKE_ARGS= DOCSDIR="${DOCSDIR}"
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install-DOCS-on:
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_MAN} ${WRKSRC}/gh-pages/refman.pdf ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|