diff options
Diffstat (limited to 'sysutils/bubblemon-dockapp')
-rw-r--r-- | sysutils/bubblemon-dockapp/Makefile | 26 | ||||
-rw-r--r-- | sysutils/bubblemon-dockapp/distinfo | 1 | ||||
-rw-r--r-- | sysutils/bubblemon-dockapp/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/bubblemon-dockapp/pkg-descr | 10 | ||||
-rw-r--r-- | sysutils/bubblemon-dockapp/pkg-plist | 1 |
5 files changed, 39 insertions, 0 deletions
diff --git a/sysutils/bubblemon-dockapp/Makefile b/sysutils/bubblemon-dockapp/Makefile new file mode 100644 index 000000000000..4498f6eabfde --- /dev/null +++ b/sysutils/bubblemon-dockapp/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: bubblemon-dockapp +# Date created: Apr 16, 2001 +# Whom: Mark Pulford <mark@kyne.com.au> +# +# $FreeBSD$ +# + +PORTNAME= bubblemon-dockapp +PORTVERSION= 1.32 +CATEGORIES= sysutils +MASTER_SITES= http://www.ne.jp/asahi/linux/timecop/software/ + +MAINTAINER= mark@kyne.com.au + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GTK= yes +MAKE_ARGS+= PREFIX="${PREFIX}" + +pre-configure: + ${PERL} -pi -e "s@CC = gcc@CC = ${CC}@g; s@-O3 -ansi -Wall@${CFLAGS} -Wall@g; \ + s@PREFIX = /usr/local@PREFIX = ${PREFIX}@g; \ + s@gtk-config@${GTK_CONFIG}@g; s@-lgtk@-lgtk12@g; \ + s@-c -g kmem -m 2755 -o root@-s -c -g kmem -m 2755 -o root@g" ${WRKSRC}/Makefile + +.include <bsd.port.mk> diff --git a/sysutils/bubblemon-dockapp/distinfo b/sysutils/bubblemon-dockapp/distinfo new file mode 100644 index 000000000000..63e4da4cd422 --- /dev/null +++ b/sysutils/bubblemon-dockapp/distinfo @@ -0,0 +1 @@ +MD5 (bubblemon-dockapp-1.32.tar.gz) = d3ede4371c673bc155a11cf1ab791d9e diff --git a/sysutils/bubblemon-dockapp/pkg-comment b/sysutils/bubblemon-dockapp/pkg-comment new file mode 100644 index 000000000000..647136ceb575 --- /dev/null +++ b/sysutils/bubblemon-dockapp/pkg-comment @@ -0,0 +1 @@ +X eye candy for displaying CPU and memory load in a dock diff --git a/sysutils/bubblemon-dockapp/pkg-descr b/sysutils/bubblemon-dockapp/pkg-descr new file mode 100644 index 000000000000..a3c2bc872a70 --- /dev/null +++ b/sysutils/bubblemon-dockapp/pkg-descr @@ -0,0 +1,10 @@ +Bubblemon is a dockapp for Blackbox, Window Maker, Afterstep and +Enlightenment. It displays CPU and memory load as bubbles in a jar of +water. + +Bubblemon has 2 additional screen available - memory and load average. +To see the load average screen move the mouse into the window. To see +the memory screen hold the shift key before moving the mouse into the +window. Bubblemon fades from one display to the next, click the right +mouse button in the window to lock the fading halfway between the +displays. diff --git a/sysutils/bubblemon-dockapp/pkg-plist b/sysutils/bubblemon-dockapp/pkg-plist new file mode 100644 index 000000000000..3048f8d8469b --- /dev/null +++ b/sysutils/bubblemon-dockapp/pkg-plist @@ -0,0 +1 @@ +bin/bubblemon |