2013-09-21 01:05:58 +02:00
|
|
|
# Created by: Mike Muir <mmuir@es.co.nz>
|
1999-09-27 00:33:38 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2000-04-09 21:09:11 +02:00
|
|
|
PORTNAME= consolehm
|
2000-08-02 09:51:46 +02:00
|
|
|
PORTVERSION= 1.31
|
2000-12-25 14:49:57 +01:00
|
|
|
PORTREVISION= 1
|
1999-09-27 00:33:38 +02:00
|
|
|
CATEGORIES= sysutils
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= LOCAL/fenner
|
1999-09-27 00:33:38 +02:00
|
|
|
|
2003-07-11 03:24:18 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Console based hardware monitor for FreeBSD
|
1999-09-27 00:33:38 +02:00
|
|
|
|
2015-08-10 21:28:57 +02:00
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
|
|
ONLY_FOR_ARCHS_REASON= uses x86-only assembly from machine/cpufunc.h
|
2000-07-30 16:58:45 +02:00
|
|
|
|
2014-09-03 23:07:17 +02:00
|
|
|
USES= uidfix
|
2001-01-16 18:33:20 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2015-08-10 21:28:57 +02:00
|
|
|
WRKSRC= ${WRKDIR}/consolehm/consolehm
|
2017-11-28 19:58:57 +01:00
|
|
|
MAKE_ARGS+= -e
|
2004-03-05 13:08:06 +01:00
|
|
|
|
2015-08-10 21:28:57 +02:00
|
|
|
PLIST_FILES= bin/chm man/man8/chm.8.gz
|
2004-03-05 13:08:06 +01:00
|
|
|
|
2015-08-10 21:28:57 +02:00
|
|
|
.include <bsd.port.mk>
|