21 lines
329 B
Makefile
21 lines
329 B
Makefile
COMMENT = typing break alarm and timer
|
|
|
|
DISTNAME = xwrits-2.26
|
|
REVISION = 0
|
|
CATEGORIES = x11
|
|
HOMEPAGE = http://www.lcdf.org/~eddietwo/xwrits/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = ICE SM X11 Xext Xinerama c m
|
|
|
|
MASTER_SITES = ${HOMEPAGE}
|
|
|
|
SEPARATE_BUILD = Yes
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|