mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
1de3b49b5b
WWW: http://rhaamo.li/hwstat/ PR: ports/140997 Submitted by: Marc Lagrange <rhaamo at gruik.at>
22 lines
407 B
Makefile
22 lines
407 B
Makefile
# 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>
|