summaryrefslogtreecommitdiff
path: root/sysutils/hwstat/Makefile
blob: ba808c69499730ad5ae1534f6d48963fe4dca3da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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>