diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-27 17:20:05 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-27 17:20:05 +0000 |
commit | 0d965d4823128c7df7deb59aac731e93bd065d84 (patch) | |
tree | b4c97689a392bd1b20bc16fac5a0bcd86f2989da /sysutils/wmlmmon/Makefile | |
parent | 2255c2b13950454b06e3d86bf2d041a53177c402 (diff) | |
download | ports-0d965d4823128c7df7deb59aac731e93bd065d84.tar.gz ports-0d965d4823128c7df7deb59aac731e93bd065d84.zip |
wmlmmon v0.50
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.
PR: 13939
Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
Notes
Notes:
svn path=/head/; revision=22013
Diffstat (limited to 'sysutils/wmlmmon/Makefile')
-rw-r--r-- | sysutils/wmlmmon/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/sysutils/wmlmmon/Makefile b/sysutils/wmlmmon/Makefile new file mode 100644 index 000000000000..272f346f42e9 --- /dev/null +++ b/sysutils/wmlmmon/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: wmlmmon +# Version required: 0.50 +# Date created: 24 September 1999 +# Whom: Chris D. Faulhaber <jedgar@fxp.org> +# +# $FreeBSD$ +# + +DISTNAME= wmlmmon-0.50 +CATEGORIES= sysutils windowmaker +MASTER_SITES= http://www.fxp.org/~jedgar/ + +MAINTAINER= jedgar@fxp.org + +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + +USE_X_PREFIX= yes + +MAN8= wmlmmon.8 +MANCOMPRESSED= yes + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 400000 +pre-fetch: + @${ECHO} + @${ECHO} "This port uses the intpm controller which" + @${ECHO} "is only available in FreeBSD 4.0-CURRENT." + @${ECHO} +.endif + +.include <bsd.port.mk> |