aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/wmcpuload/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-04-19 16:40:47 +0800
committersobomax <sobomax@FreeBSD.org>2001-04-19 16:40:47 +0800
commitee26fd111fb14ec1bdfa287c9efba7f10d3da888 (patch)
tree7de0a5d33f8d5b7f3b0c17affe0c300edbe1d775 /sysutils/wmcpuload/Makefile
parent3435f04fc25d307b64223fe57666b3faa66ae1dc (diff)
downloadfreebsd-ports-gnome-ee26fd111fb14ec1bdfa287c9efba7f10d3da888.tar.gz
freebsd-ports-gnome-ee26fd111fb14ec1bdfa287c9efba7f10d3da888.tar.zst
freebsd-ports-gnome-ee26fd111fb14ec1bdfa287c9efba7f10d3da888.zip
Add wmcpuload 0.0.3a, an "lcd" dockapp for windowmaker, which
displays the current cpuload. PR: 26687 Submitted by: Soeren Boll Overgaard <boll@tolkien.dk>
Diffstat (limited to 'sysutils/wmcpuload/Makefile')
-rw-r--r--sysutils/wmcpuload/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/sysutils/wmcpuload/Makefile b/sysutils/wmcpuload/Makefile
new file mode 100644
index 000000000000..b0b0c921c87e
--- /dev/null
+++ b/sysutils/wmcpuload/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: wmcpuload
+# Date created: 18 Apr 2001
+# Whom: Soeren Boll Overgaard <boll@tolkien.dk>
+#
+# $FreeBSD$
+#
+
+PORTNAME= wmcpuload
+PORTVERSION= 0.0.3a
+CATEGORIES= sysutils
+MASTER_SITES= http://ports.tolkien.dk/
+
+MAINTAINER= boll@tolkien.dk
+
+LIB_DEPENDS= dockapp.1:${PORTSDIR}/x11-wm/libdockapp
+
+WRKSRC= ${WRKDIR}/${DISTNAME}
+
+ONLY_FOR_ARCHS= i386
+
+#USE_AUTOCONF= yes
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+NO_INSTALL_MANPAGES= yes
+
+.include <bsd.port.mk>