a6dbfe0bc9
Submitted by Dan Weeks <danimal@danimal.org>. Xwrits reminds you to take wrist breaks for prevention or management of repetitive stress injuries.
25 lines
488 B
Makefile
25 lines
488 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/04/04 20:29:30 naddy Exp $
|
|
|
|
COMMENT= "typing break alarm and timer"
|
|
|
|
DISTNAME= xwrits-2.14
|
|
CATEGORIES= x11
|
|
NEED_VERSION= 1.363
|
|
HOMEPAGE= http://www.lcdf.org/~eddietwo/xwrits/
|
|
|
|
MAINTAINER= Dan Weeks <danimal@danimal.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
USE_X11= Yes
|
|
SEPARATE_BUILD= concurrent
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|