blob: b2557e71c6b6b77a664b96df9fe7bfb1779c4d3f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Marc Lagrange <rhaamo@gruik.at>
# $FreeBSD$
PORTNAME= hwstat
PORTVERSION= 0.5.1
CATEGORIES= sysutils
MASTER_SITES= http://pub.rhaamo.li/Archives/hwstat/
MAINTAINER= rhaamo@gruik.at
COMMENT= Command line tool to display CPU temp and battery infos
LICENSE= BSD
PLIST_FILES= bin/hwstat
MAN1= hwstat.1
MANCOMPRESSED= yes
NO_STAGE= yes
.include <bsd.port.mk>
|