freebsd-ports/sysutils/consolehm/Makefile
2020-12-03 15:29:01 +00:00

23 lines
502 B
Makefile

# Created by: Mike Muir <mmuir@es.co.nz>
# $FreeBSD$
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 link: undefined symbol: outb
BROKEN_riscv64= fails to link: undefined symbol: outb
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>