ports/sysutils/hwstat/Makefile
Vladimir Druzenko af9751dc83 sysutils/hwstat: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-06 02:35:42 +03:00

18 lines
503 B
Makefile

PORTNAME= hwstat
PORTVERSION= 0.5.1
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= https://BSDforge.com/projects/source/sysutils/hwstat/
MAINTAINER= portmaster@BSDforge.com
COMMENT= Command line tool to display CPU temp and battery infos
WWW= https://BSDforge.com/projects/sysutils/hwstat/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= uidfix
MAKE_ARGS+= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/share/man/man
PLIST_FILES= bin/hwstat share/man/man1/hwstat.1.gz
.include <bsd.port.mk>