diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-18 04:54:29 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-18 04:54:29 +0000 |
commit | 2b411b245bcab72be90bd9850a126acdec3ada14 (patch) | |
tree | 4512f2e5677b02a1e0c4b3e4f4c55301e5ab9aaf /x11/Makefile | |
parent | 2a691efb8b8ad8115353f27fe1ac2bbc021ce52c (diff) | |
download | ports-2b411b245bcab72be90bd9850a126acdec3ada14.tar.gz ports-2b411b245bcab72be90bd9850a126acdec3ada14.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>
Notes
Notes:
svn path=/head/; revision=85098
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 |