aboutsummaryrefslogtreecommitdiff
path: root/sysutils/consolehm/Makefile
blob: 21e6153655806cba79b8303882c49a2f4b2429f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	consolehm
PORTVERSION=	1.31
PORTREVISION=	2
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=	PREFIX="${PREFIX}" \
		MANDIR="${PREFIX}/share/man/man"
MAKE_ENV=	ARCH=${ARCH}

PLIST_FILES=	bin/chm share/man/man8/chm.8.gz

.include <bsd.port.mk>