# Created by: Mike Muir <mmuir@es.co.nz>
# $FreeBSD: tags/RELEASE_10_2_0/sysutils/consolehm/Makefile 386312 2015-05-14 10:15:04Z mat $

PORTNAME=	consolehm
PORTVERSION=	1.31
PORTREVISION=	1
CATEGORIES=	sysutils
MASTER_SITES=	LOCAL/fenner

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Console based hardware monitor for FreeBSD

WRKSRC=		${WRKDIR}/consolehm/consolehm

USES=		uidfix
GNU_CONFIGURE=	yes
PLIST_FILES=	bin/chm man/man8/chm.8.gz

.include <bsd.port.pre.mk>

.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
BROKEN=		Does not compile on ia64, powerpc, or sparc64
.endif

.include <bsd.port.post.mk>
