diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-10-21 06:34:46 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-10-21 06:34:46 +0000 |
commit | e7ce5a642be6f622d3de3415792ddfd845bd169d (patch) | |
tree | 6574612179496f53d9335ce4dd399a5a352c5c9e /sysutils/lmmon | |
parent | cc3404401c2b96361c2315c53a8ffb2b3cda7c46 (diff) | |
download | ports-e7ce5a642be6f622d3de3415792ddfd845bd169d.tar.gz ports-e7ce5a642be6f622d3de3415792ddfd845bd169d.zip |
Notes
Diffstat (limited to 'sysutils/lmmon')
-rw-r--r-- | sysutils/lmmon/Makefile | 20 | ||||
-rw-r--r-- | sysutils/lmmon/distinfo | 2 | ||||
-rw-r--r-- | sysutils/lmmon/pkg-comment | 2 | ||||
-rw-r--r-- | sysutils/lmmon/pkg-descr | 18 |
4 files changed, 29 insertions, 13 deletions
diff --git a/sysutils/lmmon/Makefile b/sysutils/lmmon/Makefile index ee14eddc8373..479cfdcca811 100644 --- a/sysutils/lmmon/Makefile +++ b/sysutils/lmmon/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: lmmon -# Version required: 0.52 +# Version required: 0.55 # Date created: 24 September 1999 # Whom: Chris D. Faulhaber <jedgar@fxp.org> # # $FreeBSD$ # -DISTNAME= lmmon-0.52 +DISTNAME= lmmon-0.55 CATEGORIES= sysutils MASTER_SITES= http://www.fxp.org/~jedgar/ @@ -15,10 +15,16 @@ MAINTAINER= jedgar@fxp.org MAN8= lmmon.8 MANCOMPRESSED= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 400000 -FORBIDDEN= "This port uses the intpm controller which is only available in FreeBSD 4.0+" +pre-configure: +.if !defined(IO_ONLY) + @${ECHO} + @${ECHO} "Define IO_ONLY (make IO_ONLY=yes) to build with" + @${ECHO} "/dev/io support only." + @${ECHO} +.else + @${ECHO} + @${ECHO} "Building with only /dev/io interface support." + @${ECHO} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/sysutils/lmmon/distinfo b/sysutils/lmmon/distinfo index 3e3e79dceac2..72151acc772d 100644 --- a/sysutils/lmmon/distinfo +++ b/sysutils/lmmon/distinfo @@ -1 +1 @@ -MD5 (lmmon-0.52.tar.gz) = 6c642fe27353873b1b232cbf399be7fd +MD5 (lmmon-0.55.tar.gz) = 97fa9b0e26dea53923a6fa194a7128a4 diff --git a/sysutils/lmmon/pkg-comment b/sysutils/lmmon/pkg-comment index a47f52bd6135..53d6768653d0 100644 --- a/sysutils/lmmon/pkg-comment +++ b/sysutils/lmmon/pkg-comment @@ -1 +1 @@ -Display information gathered from LM78/79 chipsets +Display information gathered from MB power management controller diff --git a/sysutils/lmmon/pkg-descr b/sysutils/lmmon/pkg-descr index 5c6e18d176e7..dadc50d2d80c 100644 --- a/sysutils/lmmon/pkg-descr +++ b/sysutils/lmmon/pkg-descr @@ -1,6 +1,16 @@ lmmon -This program displays information gathered from LM78/79 chipsets -onboard many motherboard. Displayed values include fan speeds, -motherboard temperature, and various voltages. Currently, this -is only supported in FreeBSD 4.0. +This program displays information gathered from a motherboard +power management controller (e.g. LM78/79). Displayed values +include fan speeds, motherboard temperature, and various +voltages. By default it cycles once per second using a curses- +based display. + +Currently, the /dev/smb0 interface is only supported in FreeBSD +4.0; however, the /dev/io interface may work with many +motherboards in FreeBSD 3.x and some non-LM78/79 motherboards. + +WWW: http://www.fxp.org/~jedgar/ + +- Chris D. Faulhaber +jedgar@fxp.org |