diff options
author | tsarna <tsarna@pkgsrc.org> | 1998-07-13 22:04:24 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 1998-07-13 22:04:24 +0000 |
commit | 2edcf16b8c5e0eb3678c9c7f853f7acb3720d7d3 (patch) | |
tree | dd3a138e418534c8e96047feba297020900edc6c /x11/xwrits/Makefile | |
parent | 25a8986122253be1926984a55c76b60a139092d8 (diff) | |
download | pkgsrc-2edcf16b8c5e0eb3678c9c7f853f7acb3720d7d3.tar.gz |
Add xwrits-2.6.1 package by mcmahill@mtl.mit.edu. Xwrits is a utility to
remind the user to take typing breaks, to help avoid or recover from
repetitive motion injury.
Diffstat (limited to 'x11/xwrits/Makefile')
-rw-r--r-- | x11/xwrits/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/xwrits/Makefile b/x11/xwrits/Makefile new file mode 100644 index 00000000000..dd9b619477f --- /dev/null +++ b/x11/xwrits/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1 1998/07/13 22:04:24 tsarna Exp $ + +DISTNAME= xwrits-2.6.1 +CATEGORIES= x11 +MASTER_SITES= http://www.lcdf.org/~eddietwo/xwrits/ + +MAINTAINER= mcmahill@alum.mit.edu + +GNU_CONFIGURE= YES + +.include "../../mk/bsd.pkg.mk" |