029bee4aa5
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/
26 lines
619 B
Makefile
26 lines
619 B
Makefile
# 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>
|