freebsd-ports/sysutils/hwstat/Makefile
Daniel Engberg e3a7ca28c8 */*: Remove BROKEN in all ports that uses bsdforge.com for MASTER_SITES
Site is now back up

Reported by:	Jamie Landeg-Jones <jamie@catflap.org>, Chris <portmaster@bsdforge.com>
Approved by:	portmgr (blanket)
2024-01-14 00:30:23 +01:00

17 lines
475 B
Makefile

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
WWW= https://BSDforge.com/projects/sysutils/hwstat/
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>