1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/sysutils/hwstat/Makefile
Jason Unovitch a82fa9cb25 sysutils/hwstat: Remove IPv6 only MASTER_SITE
- Remove IPv6 only MASTER_SITES mirror; main mirror supports both IPv4/IPv6

PR:		205402
2016-01-01 00:04:09 +00:00

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>