DrWright is a program that reminds you to take regular breaks from your computer. Its main focus is being usable and to simply work. DrWright monitors keyboard and mouse activity and displays a small meter in the notification area on your panel. When it starts blinking, you know it's time to take a break. If you don't, it will lock your screen to force a break.
29 lines
796 B
Makefile
29 lines
796 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/07/05 19:03:07 bmeurer Exp $
|
|
#
|
|
|
|
DISTNAME= drwright-0.17
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://www.imendio.com/projects/drwright/download/
|
|
|
|
MAINTAINER= benedikt.meurer@unix-ag.uni-siegen.de
|
|
HOMEPAGE= http://www.imendio.com/projects/drwright/
|
|
COMMENT= Computer break reminder
|
|
|
|
DEPENDS= gnome2-dirs>=1.0:../../misc/gnome2-dirs
|
|
BUILD_USES_MSGFMT= yes
|
|
|
|
USE_PERL5= yes
|
|
USE_BUILDLINK2= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
|
|
GCONF2_SCHEMAS= drwright.schemas
|
|
|
|
.include "../../devel/libgnomeui/buildlink2.mk"
|
|
.include "../../devel/libglade2/buildlink2.mk"
|
|
.include "../../devel/gettext-lib/buildlink2.mk"
|
|
.include "../../devel/GConf2/schemas.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|