freebsd-ports/sysutils/consolehm/Makefile
Mikael Urankar df5f3c35b1 sysutils/consolehm: Mark this port broken on aarch64
Approved by:	portmgr (blanket)
2021-09-14 19:56:04 +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>