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
|
2001-04-22 18:55:23 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= 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
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/consolehm/consolehm
|
2000-07-30 16:58:45 +02:00
|
|
|
|
2001-01-16 18:33:20 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2013-11-08 16:06:28 +01:00
|
|
|
PLIST_FILES= bin/chm man/man8/chm.8.gz
|
1999-09-27 00:33:38 +02:00
|
|
|
|
2004-03-05 13:08:06 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2010-04-01 07:16:19 +02:00
|
|
|
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
|
|
|
|
BROKEN= Does not compile on ia64, powerpc, or sparc64
|
2004-03-05 13:08:06 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|