diff options
-rw-r--r-- | sysutils/wmhm/Makefile | 13 | ||||
-rw-r--r-- | sysutils/wmhm/distinfo | 2 | ||||
-rw-r--r-- | sysutils/wmhm/pkg-descr | 6 |
3 files changed, 8 insertions, 13 deletions
diff --git a/sysutils/wmhm/Makefile b/sysutils/wmhm/Makefile index a96b473d566e..aa92608ad88f 100644 --- a/sysutils/wmhm/Makefile +++ b/sysutils/wmhm/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: wmhm -# Version required: 1.1 +# Version required: 1.2 # Date created: 21 September 1999 # Whom: Mike Muir <mmuir@es.co.nz> # # $FreeBSD$ # -DISTNAME= wmhm-1.1 +DISTNAME= wmhm-1.2 CATEGORIES= sysutils windowmaker MASTER_SITES= ftp://mongol.dhis.org/pub/wmhm/ \ http://www.es.co.nz/~mmuir/ @@ -16,11 +16,6 @@ MAINTAINER= mmuir@es.co.nz LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm WRKSRC= ${WRKDIR}/wmhm/wmhm +GNU_CONFIGURE= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 400000 -FORBIDDEN= 'wmhm requires intpm which is only available in 4.0-CURRENT' -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/sysutils/wmhm/distinfo b/sysutils/wmhm/distinfo index f0a4f9da144e..bfaa5a1edaab 100644 --- a/sysutils/wmhm/distinfo +++ b/sysutils/wmhm/distinfo @@ -1 +1 @@ -MD5 (wmhm-1.1.tar.gz) = a70af0620b218f0e492d9f03129be4cf +MD5 (wmhm-1.2.tar.gz) = 5b46d741589cf5eb82ab845a2b9297e2 diff --git a/sysutils/wmhm/pkg-descr b/sysutils/wmhm/pkg-descr index bd93f1d08e01..92fea9fb73ff 100644 --- a/sysutils/wmhm/pkg-descr +++ b/sysutils/wmhm/pkg-descr @@ -1,6 +1,6 @@ -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. +wmhm uses /dev/io OR 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. WWW: http://www.mongol.dhis.org/wmhm/ |