freebsd-ports/sysutils/consolehm/Makefile
Mikhail Teterin 277b8013da Pass -e to make so that the PREFIX-variable already in the environment
is respected over the setting inside Makefile. The latter always points
at /usr/local, which may be wrong in some cases.
2017-11-28 18:58:57 +00:00

23 lines
488 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
ONLY_FOR_ARCHS= i386 amd64
ONLY_FOR_ARCHS_REASON= uses x86-only assembly from machine/cpufunc.h
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>