aboutsummaryrefslogtreecommitdiff
path: root/sysutils/hwstat/Makefile
blob: 91c6aae80fb5dbcb9b8d9aa73615f59d707065a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Marc Lagrange <rhaamo@gruik.at>
# $FreeBSD$

PORTNAME=	hwstat
PORTVERSION=	0.5.1
CATEGORIES=	sysutils
MASTER_SITES=	https://BSDforge.com/projects/source/sysutils/hwstat/

MAINTAINER=	portmaster@BSDforge.com
COMMENT=	Command line tool to display CPU temp and battery infos

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		uidfix
MAKE_ARGS+=	BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man
PLIST_FILES=	bin/hwstat man/man1/hwstat.1.gz

.include <bsd.port.mk>