diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-27 17:18:48 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-27 17:18:48 +0000 |
commit | 2255c2b13950454b06e3d86bf2d041a53177c402 (patch) | |
tree | bccbe4674fbd3ca6a720adf33bc6f46171db776d /sysutils/lmmon | |
parent | 78ea1447ac0e48b25cf91cb2fecb37e23c8d937e (diff) | |
download | ports-2255c2b13950454b06e3d86bf2d041a53177c402.tar.gz ports-2255c2b13950454b06e3d86bf2d041a53177c402.zip |
Notes
Diffstat (limited to 'sysutils/lmmon')
-rw-r--r-- | sysutils/lmmon/Makefile | 25 | ||||
-rw-r--r-- | sysutils/lmmon/distinfo | 1 | ||||
-rw-r--r-- | sysutils/lmmon/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/lmmon/pkg-descr | 6 | ||||
-rw-r--r-- | sysutils/lmmon/pkg-plist | 1 |
5 files changed, 34 insertions, 0 deletions
diff --git a/sysutils/lmmon/Makefile b/sysutils/lmmon/Makefile new file mode 100644 index 000000000000..66650fbc25c3 --- /dev/null +++ b/sysutils/lmmon/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: lmmon +# Version required: 0.50 +# Date created: 24 September 1999 +# Whom: Chris D. Faulhaber <jedgar@fxp.org> +# +# $FreeBSD$ +# + +DISTNAME= lmmon-0.50 +CATEGORIES= sysutils +MASTER_SITES= http://www.fxp.org/~jedgar/ + +MAINTAINER= jedgar@fxp.org + +MAN8= lmmon.8 +MANCOMPRESSED= yes + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 400000 +pre-fetch: +BROKEN="This port uses the intpm controller which is only available in FreeBSD 4.0+" +.endif + +.include <bsd.port.post.mk> diff --git a/sysutils/lmmon/distinfo b/sysutils/lmmon/distinfo new file mode 100644 index 000000000000..c482b2db4d19 --- /dev/null +++ b/sysutils/lmmon/distinfo @@ -0,0 +1 @@ +MD5 (lmmon-0.50.tar.gz) = c24ba0c655c86acd8b704bb075751405 diff --git a/sysutils/lmmon/pkg-comment b/sysutils/lmmon/pkg-comment new file mode 100644 index 000000000000..a47f52bd6135 --- /dev/null +++ b/sysutils/lmmon/pkg-comment @@ -0,0 +1 @@ +Display information gathered from LM78/79 chipsets diff --git a/sysutils/lmmon/pkg-descr b/sysutils/lmmon/pkg-descr new file mode 100644 index 000000000000..f12bcc01e82f --- /dev/null +++ b/sysutils/lmmon/pkg-descr @@ -0,0 +1,6 @@ +lmmon v0.50 + +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. diff --git a/sysutils/lmmon/pkg-plist b/sysutils/lmmon/pkg-plist new file mode 100644 index 000000000000..da4db99b0ae6 --- /dev/null +++ b/sysutils/lmmon/pkg-plist @@ -0,0 +1 @@ +bin/lmmon |