opnsense-ports/sysutils/consolehm/Makefile
Franco Fichtner 03021b3838 */*: sync with upstream
Taken from: FreeBSD
2021-09-16 11:49:12 +02:00

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>