freebsd-ports/sysutils/consolehm/Makefile

24 lines
488 B
Makefile
Raw Normal View History

# 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
2003-02-21 14:28:59 +01:00
COMMENT= Console based hardware monitor for FreeBSD
ONLY_FOR_ARCHS= i386 amd64
ONLY_FOR_ARCHS_REASON= uses x86-only assembly from machine/cpufunc.h
2014-09-03 23:07:17 +02:00
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>