2009-11-29 19:01:23 +01:00
|
|
|
# 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
|
2010-09-13 13:12:39 +02:00
|
|
|
MASTER_SITES= http://pub.rhaamo.li/Archives/hwstat/
|
2009-11-29 19:01:23 +01:00
|
|
|
|
|
|
|
MAINTAINER= rhaamo@gruik.at
|
|
|
|
COMMENT= Command line tool to display CPU temp and battery infos
|
|
|
|
|
2010-09-13 13:12:39 +02:00
|
|
|
LICENSE= BSD
|
|
|
|
|
2009-11-29 19:01:23 +01:00
|
|
|
PLIST_FILES= bin/hwstat
|
|
|
|
|
|
|
|
MAN1= hwstat.1
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|