diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-01-04 18:01:20 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-01-04 18:01:20 +0000 |
commit | 5176d97203c3550b8db01118b11bd2e44ce38e34 (patch) | |
tree | eba6775c93aefb5d251881727f15fc19a68882bc /deskutils/xwrits/Makefile | |
parent | b2a277916958ad6613192219cbf02128c085cf68 (diff) |
Xwrits reminds you to take wrist breaks, which will hopefully help you
prevent repetitive stress injury. It pops up an X window when you
should rest; you click on that window, then take a break.
PR: 15849
Submitted by: Matthew Braithwaite <mab@red-bean.com>
Notes
Notes:
svn path=/head/; revision=24418
Diffstat (limited to 'deskutils/xwrits/Makefile')
-rw-r--r-- | deskutils/xwrits/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/deskutils/xwrits/Makefile b/deskutils/xwrits/Makefile new file mode 100644 index 000000000000..01d9fa79bc65 --- /dev/null +++ b/deskutils/xwrits/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xwrits +# Version required: 2.9 +# Date created: 02 January 2000 +# Whom: Matt Braithwaite <mab@red-bean.com> +# +# $FreeBSD$ +# + +DISTNAME= xwrits-2.9 +CATEGORIES= deskutils +MASTER_SITES= http://www.pdos.lcs.mit.edu/~eddietwo/xwrits/ + +MAINTAINER= mab@red-bean.com + +GNU_CONFIGURE= yes + +USE_X_PREFIX= yes + +MAN1= xwrits.1 + +.include <bsd.port.mk> |