pkgsrc/sysutils/xmbmon/Makefile
recht 04d3f5a175 Update {x}mbmon to 2.03.
changes since 2.01:

* Genesys Logic GL512SM and GL520SM sensors are supported.
* Intel ICH5 SMBus access supported.
* LM85, Analog Devices ADM1024/1025/1027/ADT7463,
 and SMSC EMC6D10X sensors are supported.
* Analog Devices ADM1020/1021/1023 temperature sensors are supported.
* A log standing bug from version 2.00 in the treatment of
 fan-divisor for the IT87xxF sensor chip is fixed.
* NetBSD/OpenBSD support is added (by a contribution of a patch
 given by Stephan Eisvogel). "./configure; make" just works.
* The AMD8111 and NVidia nForce2 SMBus access is supported
 (by information from Alex van Kaam).
* National Semiconductor LM90 temperature sensor is supported.
* Winbond W83L784R, W83L785R, W83L785TS-S sensors are supported.
* The case of two sensor chips are supported.
* Others: Fixing small bugs,  clean-up the code.
2003-08-23 16:41:58 +00:00

18 lines
331 B
Makefile

# $NetBSD: Makefile,v 1.2 2003/08/23 16:42:00 recht Exp $
#
.include "../../sysutils/mbmon/Makefile.common"
PKGNAME= xmbmon-203
COMMENT= X11-based motherboard monitoring utility
USE_X11= yes
USE_BUILDLINK2= yes
ALL_TARGET= xmbmon
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xmbmon ${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"