diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-10-21 06:35:54 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-10-21 06:35:54 +0000 |
commit | 01ad31939e9375fb44f93239d3ab10029261c599 (patch) | |
tree | 81cba1acf29393325658a6d0c7303910e45854c9 /sysutils/wmlmmon | |
parent | Update to version 0.55 (diff) |
Update to version 0.55
PR: 14416
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=22554
Diffstat (limited to 'sysutils/wmlmmon')
-rw-r--r-- | sysutils/wmlmmon/Makefile | 20 | ||||
-rw-r--r-- | sysutils/wmlmmon/distinfo | 2 | ||||
-rw-r--r-- | sysutils/wmlmmon/pkg-comment | 2 | ||||
-rw-r--r-- | sysutils/wmlmmon/pkg-descr | 18 |
4 files changed, 28 insertions, 14 deletions
diff --git a/sysutils/wmlmmon/Makefile b/sysutils/wmlmmon/Makefile index 75207fcf30a2..f2fca28c55c4 100644 --- a/sysutils/wmlmmon/Makefile +++ b/sysutils/wmlmmon/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: wmlmmon -# Version required: 0.52 +# Version required: 0.55 # Date created: 24 September 1999 # Whom: Chris D. Faulhaber <jedgar@fxp.org> # # $FreeBSD$ # -DISTNAME= wmlmmon-0.52 +DISTNAME= wmlmmon-0.55 CATEGORIES= sysutils windowmaker MASTER_SITES= http://www.fxp.org/~jedgar/ @@ -19,10 +19,16 @@ USE_X_PREFIX= yes MAN8= wmlmmon.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/wmlmmon/distinfo b/sysutils/wmlmmon/distinfo index 0b74cfea5d44..8ac288b991fc 100644 --- a/sysutils/wmlmmon/distinfo +++ b/sysutils/wmlmmon/distinfo @@ -1 +1 @@ -MD5 (wmlmmon-0.52.tar.gz) = ae7e52cf36abe3624a95b267ca52ef38 +MD5 (wmlmmon-0.55.tar.gz) = 5156df4822bcc861868d0c1cd24a1c62 diff --git a/sysutils/wmlmmon/pkg-comment b/sysutils/wmlmmon/pkg-comment index 88888b3d93b4..9313e615d574 100644 --- a/sysutils/wmlmmon/pkg-comment +++ b/sysutils/wmlmmon/pkg-comment @@ -1 +1 @@ -WindowMaker dock app to display LM78/79 information +WM dock app to display info from MB power management controllers diff --git a/sysutils/wmlmmon/pkg-descr b/sysutils/wmlmmon/pkg-descr index 9c58a4a142a5..a59ad9972333 100644 --- a/sysutils/wmlmmon/pkg-descr +++ b/sysutils/wmlmmon/pkg-descr @@ -1,7 +1,15 @@ wmlmmon -This program displays information gathered from LM78/79 chipsets -onboard many motherboards onto a [standard] WindowMaker dock app. -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) onto a [standard] +WindowMaker dock app. Displayed values include fan speeds, +motherboard temperature, and various voltages. + +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 |