opnsense-ports/sysutils/hwstat/Makefile
Franco Fichtner 6c243195a5 sysutils/hwstat: sync with upstream
Taken from: HardenedBSD
2021-04-07 21:15:50 +02:00

18 lines
469 B
Makefile

# Created by: Marc Lagrange <rhaamo@gruik.at>
PORTNAME= hwstat
PORTVERSION= 0.5.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
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= uidfix
MAKE_ARGS+= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man
PLIST_FILES= bin/hwstat man/man1/hwstat.1.gz
.include <bsd.port.mk>