2013-09-21 01:05:58 +02:00
|
|
|
# Created by: Marc Lagrange <rhaamo@gruik.at>
|
2009-11-29 19:01:23 +01:00
|
|
|
# $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
|
|
|
|
|
2014-09-07 14:26:35 +02:00
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2010-09-13 13:12:39 +02:00
|
|
|
|
2014-09-07 14:26:35 +02:00
|
|
|
USES= uidfix
|
2014-05-22 19:31:49 +02:00
|
|
|
MAKE_ARGS+= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man
|
|
|
|
PLIST_FILES= bin/hwstat man/man1/hwstat.1.gz
|
2009-11-29 19:01:23 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|