1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/sysutils/hwstat/Makefile
Antoine Brodin d8a16c412a - Allow staging as a regular user
- Clarify license
2014-09-07 12:26:35 +00:00

20 lines
457 B
Makefile

# Created by: Marc Lagrange <rhaamo@gruik.at>
# $FreeBSD$
PORTNAME= hwstat
PORTVERSION= 0.5.1
CATEGORIES= sysutils
MASTER_SITES= http://pub.rhaamo.li/Archives/hwstat/
MAINTAINER= rhaamo@gruik.at
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>