freebsd-ports/sysutils/consolehm/Makefile

32 lines
648 B
Makefile
Raw Normal View History

# New ports collection makefile for: consolehm
# Date created: 27 September 1999
# Whom: Mike Muir <mmuir@es.co.nz>
#
# $FreeBSD$
#
PORTNAME= consolehm
PORTVERSION= 1.31
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= fenner
MAINTAINER= ports@FreeBSD.org
2003-02-21 14:28:59 +01:00
COMMENT= Console based hardware monitor for FreeBSD
WRKSRC= ${WRKDIR}/consolehm/consolehm
GNU_CONFIGURE= yes
MAN8= chm.8
MANCOMPRESSED= yes
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/chm
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
BROKEN= "Does not compile on ia64 or sparc64"
.endif
.include <bsd.port.post.mk>