adde12d203
pkg/DESCR TimeMon gives a graphical representation of where the CPU cycles are going. It's coarse, but better than nothing. The best feature is that it runs in an icon on your dock, so that you never lose it. OK landry@
16 lines
324 B
Makefile
16 lines
324 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/10/26 17:41:55 sebastia Exp $
|
|
|
|
COMMENT= CPU load monitor
|
|
|
|
DISTNAME= TimeMon-4.1
|
|
PKGNAME= ${DISTNAME:L}
|
|
CATEGORIES= sysutils
|
|
|
|
HOMEPAGE= http://gap.nongnu.org/timemon/
|
|
MASTER_SITES= http://savannah.nongnu.org/download/gap/
|
|
|
|
MODULES= x11/gnustep
|
|
WANTLIB= c m pthread
|
|
|
|
.include <bsd.port.mk>
|