7fd22ec16d
""" Patch for fixing a long standing bug in xmbmon version 2.00-2.03 (April 7, 2004): here; this is for 2nd and 3rd temperatures in Winbond chips with ISA access (no problem with SMBus access). """ Bump both mbmon's/xmbmon's PKGREVISIONs to 1.
18 lines
343 B
Makefile
18 lines
343 B
Makefile
# $NetBSD: Makefile,v 1.6 2004/04/07 13:59:40 recht Exp $
|
|
#
|
|
|
|
.include "../../sysutils/mbmon/Makefile.common"
|
|
|
|
PKGNAME= mbmon-203
|
|
PKGREVISION= 1
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
#HOMEPAGE=
|
|
COMMENT= Motherboard monitoring utility
|
|
|
|
ALL_TARGET= mbmon
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/mbmon ${PREFIX}/bin
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|