df5f3c35b1
Approved by: portmgr (blanket)
21 lines
456 B
Makefile
21 lines
456 B
Makefile
# Created by: Mike Muir <mmuir@es.co.nz>
|
|
|
|
PORTNAME= consolehm
|
|
PORTVERSION= 1.31
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= LOCAL/fenner
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Console based hardware monitor for FreeBSD
|
|
|
|
BROKEN_aarch64= fails to build: fatal error: 'machine/pio.h' file not found
|
|
|
|
USES= uidfix
|
|
GNU_CONFIGURE= yes
|
|
WRKSRC= ${WRKDIR}/consolehm/consolehm
|
|
MAKE_ARGS+= -e
|
|
|
|
PLIST_FILES= bin/chm man/man8/chm.8.gz
|
|
|
|
.include <bsd.port.mk>
|