diff options
author | marcus <marcus@FreeBSD.org> | 2003-07-18 12:54:29 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-07-18 12:54:29 +0800 |
commit | 0c1a23ac9a28364a0c0d3387077f7a7825811df1 (patch) | |
tree | 5861fc14c8530ca0dd608eb350e8ea56578c038a /x11/Makefile | |
parent | 63a3dd804bb802b95e62b9eeb5015ff4808c4f4f (diff) | |
download | freebsd-ports-gnome-0c1a23ac9a28364a0c0d3387077f7a7825811df1.tar.gz freebsd-ports-gnome-0c1a23ac9a28364a0c0d3387077f7a7825811df1.tar.zst freebsd-ports-gnome-0c1a23ac9a28364a0c0d3387077f7a7825811df1.zip |
Add workrave a RSI prevention application for the GNOME 2 desktop. Workrave
features the following:
* 2 types of breaks (let say 1 break every 10 min, and a big break once
a hour).
* Lets you configure how long a break lasts, in what interval and has a
configureble day limit.
* The time counter stops when not using the computer.
* It has a gnome notification pannel applet, for easy access.
* Statistics are stored per day
PR: 54535
Submitted by: Koop Mast <einekoai@chello.nl>
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 db1a0f7d3005..432cab02a47c 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -120,6 +120,7 @@ SUBDIR += wmmenu SUBDIR += wmoldmenu2new SUBDIR += wmxss + SUBDIR += workrave SUBDIR += wrapper SUBDIR += wscan SUBDIR += wterm |