diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-19 08:40:47 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-19 08:40:47 +0000 |
commit | cfb4b331001c7888efa1723c48b2645e0d71473c (patch) | |
tree | 2f01039b2c1f20c4976c6a6aa34f8d60bd044aca /sysutils/wmcpuload/Makefile | |
parent | Upgrade for Groff 1.17. (diff) |
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>
Notes
Notes:
svn path=/head/; revision=41677
Diffstat (limited to 'sysutils/wmcpuload/Makefile')
-rw-r--r-- | sysutils/wmcpuload/Makefile | 27 |
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> |