summaryrefslogtreecommitdiff
path: root/sysutils/gkrellm/Makefile
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-03-13 17:53:29 +0000
committerzuntum <zuntum>2001-03-13 17:53:29 +0000
commit605714ce0eda25ba256a2cebcde0d19d5dfcd5e7 (patch)
tree298298d6f2ac137d1735bc022485fcffeb377916 /sysutils/gkrellm/Makefile
parent82bd44f55d395d72083caebfb389edabe8932d8a (diff)
downloadpkgsrc-605714ce0eda25ba256a2cebcde0d19d5dfcd5e7.tar.gz
Initial import of GKrellM-1.0.6, GTK based system monitor
Package contributed by Anthony Mallet <anthony.mallet@ficus.yi.org> in pkg/12133, modified by me. With a single process, GKrellM manages multiple stacked monitors and supports applying themes to match the monitors appearance to your window manager, Gtk, or any other theme. * SMP CPU, Disk, Proc, and active net interface monitors with LEDs. * Internet monitor that displays current and charts historical port hits * Memory and swap space usage meters and a system uptime monitor. * File system meters show capacity/free space and can mount/umount. * A mailbox monitor which can launch mail reader, remote mail fetch. * Clock/calendar and hostname display. * APM laptop battery monitor. * CPU/motherboard temperature display if lm_sensors modules installed. * Multiple monitors managed by a single process to reduce system load. * A timer button that can execute PPP or ISDN logon/logoff scripts. * Charts are autoscaling with configurable grid line resolution, or can be set to a fixed scale mode. * Separate colors for "in" and "out" data. The in color is used for CPU user time, disk read, forks, and net receive data. The out color is used for CPU sys time, disk write, load, and net transmit data. * Commands can be configured to run when monitor labels are clicked. * GKrellM is plugin capable so special interest monitors can be created. * A different theme can be created with the GIMP.
Diffstat (limited to 'sysutils/gkrellm/Makefile')
-rw-r--r--sysutils/gkrellm/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/sysutils/gkrellm/Makefile b/sysutils/gkrellm/Makefile
new file mode 100644
index 00000000000..67dab3b0439
--- /dev/null
+++ b/sysutils/gkrellm/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/03/13 17:53:29 zuntum Exp $
+#
+
+DISTNAME= gkrellm-1.0.6
+CATEGORIES= sysutils
+MASTER_SITES= http://newweb.wt.net/~billw/
+
+MAINTAINER= anthony.mallet@ficus.yi.org
+HOMEPAGE= http://gkrellm.net/
+COMMENT= GTK based system monitor
+
+DEPENDS+= gtk+-1.2.*:../../x11/gtk
+DEPENDS+= imlib-*:../../graphics/imlib
+DEPENDS+= pth-*:../../devel/pth
+
+USE_X11BASE= yes
+USE_GMAKE= yes
+
+BINGRP= kmem
+BINMODE= 2755
+
+ALL_TARGET= netbsd
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/gkrellm ${PREFIX}/bin/gkrellm
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gkrellm
+ cd ${WRKSRC} && ${INSTALL_DATA} COPYRIGHT README Themes.html \
+ ${PREFIX}/share/doc/gkrellm
+ ${INSTALL_DATA_DIR} ${PREFIX}/include/gkrellm
+ cd ${WRKSRC}/src && ${INSTALL_DATA} gkrellm.h \
+ gkrellm_public_proto.h gkrellm_private_proto.h \
+ ${PREFIX}/include/gkrellm
+
+.include "../../mk/bsd.pkg.mk"