diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-11-14 03:31:20 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-11-14 03:31:20 +0000 |
commit | 70124a02ecc58acc973dd2622435b97b3c1f45ee (patch) | |
tree | b954382e7d418f84a9142855cc725a823234a1da /sysutils/lmmon | |
parent | 6ea01a15e0039308b1a91aaa49f17c5dfb7ef78a (diff) | |
download | ports-70124a02ecc58acc973dd2622435b97b3c1f45ee.tar.gz ports-70124a02ecc58acc973dd2622435b97b3c1f45ee.zip |
Notes
Diffstat (limited to 'sysutils/lmmon')
-rw-r--r-- | sysutils/lmmon/Makefile | 17 | ||||
-rw-r--r-- | sysutils/lmmon/distinfo | 2 | ||||
-rw-r--r-- | sysutils/lmmon/pkg-descr | 5 |
3 files changed, 7 insertions, 17 deletions
diff --git a/sysutils/lmmon/Makefile b/sysutils/lmmon/Makefile index 479cfdcca811..2bf220912ace 100644 --- a/sysutils/lmmon/Makefile +++ b/sysutils/lmmon/Makefile @@ -1,30 +1,19 @@ # New ports collection makefile for: lmmon -# Version required: 0.55 +# Version required: 0.60 # Date created: 24 September 1999 # Whom: Chris D. Faulhaber <jedgar@fxp.org> # # $FreeBSD$ # -DISTNAME= lmmon-0.55 +DISTNAME= lmmon-0.60 CATEGORIES= sysutils MASTER_SITES= http://www.fxp.org/~jedgar/ MAINTAINER= jedgar@fxp.org +GNU_CONFIGURE= yes MAN8= lmmon.8 MANCOMPRESSED= yes -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.mk> diff --git a/sysutils/lmmon/distinfo b/sysutils/lmmon/distinfo index 72151acc772d..86cffd636ed3 100644 --- a/sysutils/lmmon/distinfo +++ b/sysutils/lmmon/distinfo @@ -1 +1 @@ -MD5 (lmmon-0.55.tar.gz) = 97fa9b0e26dea53923a6fa194a7128a4 +MD5 (lmmon-0.60.tar.gz) = 6f4fce50ee8892989bba18530a778b35 diff --git a/sysutils/lmmon/pkg-descr b/sysutils/lmmon/pkg-descr index dadc50d2d80c..60e0ad104ccd 100644 --- a/sysutils/lmmon/pkg-descr +++ b/sysutils/lmmon/pkg-descr @@ -7,8 +7,9 @@ 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. +4.0 and 3.3-STABLE (after 01 November 1999); 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/ |