Update to verison 1.2 (no longer FORBIDDEN on 3.x)
PR: 14385 Submitted by: maintainer
This commit is contained in:
parent
f5c3243bde
commit
8e9241f9cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22548
3 changed files with 8 additions and 13 deletions
|
@ -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>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (wmhm-1.1.tar.gz) = a70af0620b218f0e492d9f03129be4cf
|
||||
MD5 (wmhm-1.2.tar.gz) = 5b46d741589cf5eb82ab845a2b9297e2
|
||||
|
|
|
@ -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/
|
||||
|
||||
|
|
Loading…
Reference in a new issue