mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
17 lines
495 B
Makefile
17 lines
495 B
Makefile
# Created by: Marc Lagrange <rhaamo@gruik.at>
|
|
# $FreeBSD: head/sysutils/hwstat/Makefile 514793 2019-10-19 12:21:22Z rakuco $
|
|
|
|
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
|
|
|
|
USES= uidfix
|
|
MAKE_ARGS+= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man
|
|
PLIST_FILES= bin/hwstat man/man1/hwstat.1.gz
|
|
|
|
.include <bsd.port.mk>
|