diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-07-11 04:10:32 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-07-11 04:10:32 +0800 |
commit | 929b73239c3d7c16c2faf92d40e1e39b40f89ec5 (patch) | |
tree | 5c7b63d001bcc0833941589f5198cfee1d012b6d /x11/Makefile | |
parent | a3a7c23516ff2311432de85393f562eabd800f0a (diff) | |
download | freebsd-ports-gnome-929b73239c3d7c16c2faf92d40e1e39b40f89ec5.tar.gz freebsd-ports-gnome-929b73239c3d7c16c2faf92d40e1e39b40f89ec5.tar.zst freebsd-ports-gnome-929b73239c3d7c16c2faf92d40e1e39b40f89ec5.zip |
This e17 module allows users to monitor current cpu load. It can draw
load graph and display cpu load percentage. The polling interval is
fully configurable.
Author: Matthew Mullins
WWW: http://www.enlightenment.org
PR: ports/100007
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index e505aa430035..44aecd7c6931 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -39,6 +39,7 @@ SUBDIR += dxpc SUBDIR += dynamag SUBDIR += e17-module-calendar + SUBDIR += e17-module-cpu SUBDIR += e17-module-deskshow SUBDIR += e17-module-eveil SUBDIR += e17-module-flame |