diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-03-15 07:04:39 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-03-15 07:04:39 +0000 |
commit | 029bee4aa5e31d40ac1fcede8e0b3411a71befdf (patch) | |
tree | 3a2a68cf4d59f3a3bab82bd9071e55764d7bfbea /x11/rsibreak/Makefile | |
parent | dc28834176f927a94d00648316fd62c402a71020 (diff) |
Repetitive Strain Injury is an illness which can occur as a result of
working with a mouse and keyboard. This utility can be used to remind
you to take a break now and then. It will show you a random picture
from a collection you can configure yourself for a configurable duration
at a configurable interval.
You can use these breaks to do some stretch exercises for example, or as
a reminder to walk away from the computer for a while.
RSIBreak will sit in your system tray and when it is time for a break it
will show you the picture full screen. All timings can be set by clicking
with the right mouse button on the icon in the system tray.
WWW: http://www.rsibreak.org/
Notes
Notes:
svn path=/head/; revision=157136
Diffstat (limited to 'x11/rsibreak/Makefile')
-rw-r--r-- | x11/rsibreak/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/x11/rsibreak/Makefile b/x11/rsibreak/Makefile new file mode 100644 index 000000000000..09a9c435cdd2 --- /dev/null +++ b/x11/rsibreak/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: RSIBreak +# Date created: 15 Mar 2006 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= rsibreak +PORTVERSION= 0.5.0 +CATEGORIES= x11 kde +MASTER_SITES= http://www.rsibreak.org/images/6/65/ +DISTFILES= Rsibreak-${PORTVERSION}${EXTRACT_SUFX} + +MAINTAINER= ale@FreeBSD.org +COMMENT= A KDE RSI prevention tool + +USE_BZIP2= yes +USE_KDELIBS_VER=3 +USE_AUTOTOOLS= libtool:15 +USE_GETTEXT= yes + +post-patch: + @${REINPLACE_CMD} 's/install-data-local: install-apidox/install-data-local:/' \ + ${WRKSRC}/rsibreak/Makefile.in ${WRKSRC}/rsibreak/src/Makefile.in + +.include <bsd.port.mk> |