openbsd-ports/x11/xwrits/Makefile
pirofti d4a663325a Update xwrits to version 2.26.
From maintainer Scott Vokes, thanks! Also fixed indention, spacing, license
marker (from sthen@) and set NO_REGRESS.

Okay sthen@.
2009-05-04 23:24:09 +00:00

28 lines
539 B
Makefile

# $OpenBSD: Makefile,v 1.9 2009/05/04 23:24:09 pirofti Exp $
COMMENT = typing break alarm and timer
DISTNAME = xwrits-2.26
CATEGORIES = x11
HOMEPAGE = http://www.lcdf.org/~eddietwo/xwrits/
MAINTAINER = Scott Vokes <vokes.s@gmail.com>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = ICE SM X11 Xext Xinerama c m
MASTER_SITES = ${HOMEPAGE}
USE_X11 = Yes
SEPARATE_BUILD = concurrent
CONFIGURE_STYLE = gnu
NO_REGRESS = Yes
.include <bsd.port.mk>