1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/sysutils/hwstat/Makefile
Martin Wilke 1de3b49b5b FreeBSD only command line tool to display CPU temp and battery infos.
WWW:	http://rhaamo.li/hwstat/

PR:		ports/140997
Submitted by:	Marc Lagrange <rhaamo at gruik.at>
2009-11-29 18:01:23 +00:00

22 lines
407 B
Makefile

# New ports collection makefile for: hwstat
# Date created: 29 nov 2009
# Whom: Marc Lagrange <rhaamo@gruik.at>
#
# $FreeBSD$
#
PORTNAME= hwstat
PORTVERSION= 0.5.1
CATEGORIES= sysutils
MASTER_SITES= http://rhaamo.li/hwstat/
MAINTAINER= rhaamo@gruik.at
COMMENT= Command line tool to display CPU temp and battery infos
PLIST_FILES= bin/hwstat
MAN1= hwstat.1
MANCOMPRESSED= yes
.include <bsd.port.mk>