mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
21 lines
375 B
Makefile
21 lines
375 B
Makefile
# 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>
|