opnsense-ports/sysutils/hwstat/Makefile
Franco Fichtner 5b022511e2 */*: sync with upstream
Taken from: FreeBSD
2015-12-31 12:48:20 +01:00

19 lines
480 B
Makefile

# Created by: Marc Lagrange <rhaamo@gruik.at>
# $FreeBSD$
PORTNAME= hwstat
PORTVERSION= 0.5.1
CATEGORIES= sysutils
MASTER_SITES= http://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>