88ea72915d
make a distinction between these. ok aja@ dcoppa@
28 lines
532 B
Makefile
28 lines
532 B
Makefile
# $OpenBSD: Makefile,v 1.13 2012/03/29 13:39:01 sthen 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_GROFF = Yes
|
|
SEPARATE_BUILD = Yes
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
.include <bsd.port.mk>
|