From 3bfbce4bc4558f5766dca1711ef13865c5dee906 Mon Sep 17 00:00:00 2001 From: jmmv Date: Sun, 9 Mar 2003 10:53:50 +0000 Subject: Initial import of wmmemmon, version 1.0.0: WMMemMon is a dockapp to monitor memory and swap usages. It is supported by X window managers such as Window Maker, AfterStep, BlackBox and Enlightenment. Provided in PR pkg/20632 by Thomas Runge. --- sysutils/wmmemmon/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 sysutils/wmmemmon/Makefile (limited to 'sysutils/wmmemmon/Makefile') diff --git a/sysutils/wmmemmon/Makefile b/sysutils/wmmemmon/Makefile new file mode 100644 index 00000000000..c3e1d4b5c71 --- /dev/null +++ b/sysutils/wmmemmon/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/03/09 10:53:50 jmmv Exp $ +# + +DISTNAME= wmmemmon-1.0.0 +CATEGORIES= sysutils +MASTER_SITES= http://www.sh.rim.or.jp/~ssato/src/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= coto@core.de +HOMEPAGE= http://www.sh.rim.or.jp/~ssato/dockapp/\#wmmemmon +COMMENT= Dockapp to monitor memory and swap usages + +GNU_CONFIGURE= YES +USE_BUILDLINK2= YES +USE_X11= YES + +.include "../../graphics/xpm/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3