mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
a82fa9cb25
- Remove IPv6 only MASTER_SITES mirror; main mirror supports both IPv4/IPv6 PR: 205402
20 lines
480 B
Makefile
20 lines
480 B
Makefile
# Created by: Marc Lagrange <rhaamo@gruik.at>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hwstat
|
|
PORTVERSION= 0.5.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://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>
|