summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-12-25 13:49:05 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-12-25 13:49:05 +0000
commit98f2cfa7f4c9babaf1d2bfcdcb27ce4c2ec1d1c7 (patch)
treeef63792d72e1f235518d037dc25e5434f7bed3c0 /sysutils
parentUpdate MASTER_SITES (diff)
- email address updated.
- other email references within source updated. - more modest -h output. PR: 23789 Submitted by: Maintainer
Notes
Notes: svn path=/head/; revision=36341
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/wmhm/Makefile6
-rw-r--r--sysutils/wmhm/distinfo2
-rw-r--r--sysutils/wmhm/files/patch-ac18
-rw-r--r--sysutils/wmhm/pkg-comment2
-rw-r--r--sysutils/wmhm/pkg-descr4
5 files changed, 8 insertions, 24 deletions
diff --git a/sysutils/wmhm/Makefile b/sysutils/wmhm/Makefile
index b82327cc4ef7..da9ab8133156 100644
--- a/sysutils/wmhm/Makefile
+++ b/sysutils/wmhm/Makefile
@@ -7,15 +7,17 @@
PORTNAME= wmhm
PORTVERSION= 1.45
+PORTREVISION= 1
CATEGORIES= sysutils windowmaker
MASTER_SITES= ftp://muir.yi.org/pub/wmhm/ \
http://www.es.co.nz/~mmuir/
-MAINTAINER= mmuir@es.co.nz
+MAINTAINER= mmuir@cwnet.com
+
+LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
WRKSRC= ${WRKDIR}/wmhm/wmhm
-USE_XPM= yes
GNU_CONFIGURE= yes
MAN8= wmhm.8
MANCOMPRESSED= yes
diff --git a/sysutils/wmhm/distinfo b/sysutils/wmhm/distinfo
index cb3704b13eeb..393d6a581dce 100644
--- a/sysutils/wmhm/distinfo
+++ b/sysutils/wmhm/distinfo
@@ -1 +1 @@
-MD5 (wmhm-1.45.tar.gz) = 2239589ec3128b4a6a32eaa7e995b1fb
+MD5 (wmhm-1.45.tar.gz) = 4cbb27566949ddfa35f883cb3a499ead
diff --git a/sysutils/wmhm/files/patch-ac b/sysutils/wmhm/files/patch-ac
deleted file mode 100644
index 6a88c701a463..000000000000
--- a/sysutils/wmhm/files/patch-ac
+++ /dev/null
@@ -1,18 +0,0 @@
---- Makefile.in.orig Thu May 18 15:11:57 2000
-+++ Makefile.in Sat Aug 12 00:15:10 2000
-@@ -1,11 +1,12 @@
- DEFINES+= -DHAVE_CONFIG_H
--CFLAGS+= -O2 -Wall -I/usr/X11R6/include $(DEFINES)
--LDFLAGS+= -lXpm -lXext -lX11 -L/usr/X11R6/lib -lXpm -lm
-+CFLAGS?= -O2
-+CFLAGS+= -I${X11BASE}/include $(DEFINES)
-+LDFLAGS+= -lXpm -lXext -lX11 -L${X11BASE}/lib -lm
-
- HEADERS= wmhm.h wmgeneral.h operations.h display.h
- SRCS= wmhm.c wmgeneral.c operations.c display.c
-
--PREFIX= /usr/local
-+PREFIX?= /usr/local
- BINDIR= $(PREFIX)/bin
- MANDIR= $(PREFIX)/man/man
-
diff --git a/sysutils/wmhm/pkg-comment b/sysutils/wmhm/pkg-comment
index 7984582347d9..0a215bf21ed8 100644
--- a/sysutils/wmhm/pkg-comment
+++ b/sysutils/wmhm/pkg-comment
@@ -1 +1 @@
-Window Maker dockable hardware monitor for FreeBSD
+WindowMaker dockable hardware monitor for FreeBSD
diff --git a/sysutils/wmhm/pkg-descr b/sysutils/wmhm/pkg-descr
index 77e7e5aaeea9..aeca1af74e25 100644
--- a/sysutils/wmhm/pkg-descr
+++ b/sysutils/wmhm/pkg-descr
@@ -1,9 +1,9 @@
wmhm uses /dev/io or the SMBus Driver for PIIX4 provided by Takanori Watanabe
to gather information from hardware sensors and provide motherboard temperature,
cpu temperature(s), fan speeds, voltages and a voltmeter in a nice looking
-Window Maker dock app.
+WindowMaker dock app.
WWW: http://muir.yi.org/wmhm/
- mikem
-mmuir@es.co.nz
+mmuir@cwnet.com