diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-09-24 05:34:24 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-09-24 05:34:24 +0000 |
commit | 3658e2001ff086719532f7275b8b8e3b3e4f4afd (patch) | |
tree | 263936771cf8bc377a8aab2dd3838f9f9290db91 /sysutils/wmhm/Makefile | |
parent | d32bfd6d4646151b90fd6877a554a2d544af4b92 (diff) | |
download | FreeBSD-ports-3658e2001ff086719532f7275b8b8e3b3e4f4afd.zip FreeBSD-ports-3658e2001ff086719532f7275b8b8e3b3e4f4afd.tar.gz |
Import of wmhm.
wmhm uses the SMBus Driver for PIIX4 provided by Takanori Watanabe to gather
information from LM78/79 sensors to provide motherboard temperature, fan
speeds and a voltmeter in a nice looking WindowMaker dock app.
PR: 13922
Submitted by: Mike Muir <mmuir@es.co.nz>
Diffstat (limited to 'sysutils/wmhm/Makefile')
-rw-r--r-- | sysutils/wmhm/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/wmhm/Makefile b/sysutils/wmhm/Makefile new file mode 100644 index 0000000..73cdbef --- /dev/null +++ b/sysutils/wmhm/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: wmhm +# Version required: 1.1 +# Date created: 21 September 1999 +# Whom: Mike Muir <mmuir@es.co.nz> +# +# $FreeBSD$ +# + +DISTNAME= wmhm-1.1 +CATEGORIES= sysutils windowmaker +MASTER_SITES= ftp://mongol.dhis.org/pub/wmhm/ \ + http://www.es.co.nz/~mmuir/ \ + ftp://ftp.neospeed.com/pub/ + +MAINTAINER= mmuir@es.co.nz + +WRKSRC= ${WRKDIR}/wmhm/wmhm + +.include <bsd.port.mk> |