freebsd-ports/sysutils/consolehm/Makefile
Piotr Kubaj 6f267705e9 sysutils/consolehm: fix build on non-x86
outb requires including machine/pio.h and sys/types.h (for uint8_t).

Approved by:	linimon (mentor)
Differential Revision:	https://reviews.freebsd.org/D21633
2019-09-21 15:24:36 +00:00

20 lines
391 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
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>