1999-09-27 00:33:38 +02:00
|
|
|
# New ports collection makefile for: consolehm
|
|
|
|
# Date created: 27 September 1999
|
|
|
|
# Whom: Mike Muir <mmuir@es.co.nz>
|
|
|
|
#
|
|
|
|
# $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
|
2000-06-07 22:38:10 +02:00
|
|
|
MAN8= chm.8
|
2000-07-30 16:58:45 +02:00
|
|
|
MANCOMPRESSED= yes
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/chm
|
1999-09-27 00:33:38 +02:00
|
|
|
|
2004-03-05 13:08:06 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
|
|
|
|
BROKEN= "Does not compile on ia64 or sparc64"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|