[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / games / xonix

File: [local] / ports / games / xonix / Makefile (download)

Revision 1.38, Thu Sep 28 09:16:01 2023 UTC (8 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, HEAD
Changes since 1.37: +1 -1 lines

xonix: cap x/y max positions to avoid an out-of-bounds read, often seen
when attempting to use this software with a tiling wm. ok tb@

COMMENT=	win land without colliding with 'flyers' and 'eaters'

DISTNAME=	xonix-1.4
REVISION=	10
CATEGORIES=	games

SITES=		ftp://ftp.interface-business.de/pub/outgoing/ \
		https://spacehopper.org/mirrors/

# BSD
PERMIT_PACKAGE=	Yes

WANTLIB=	ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xpm Xt c m

CONFIGURE_STYLE=imake
NO_TEST=	Yes
DEBUG_PACKAGES=	${BUILD_PACKAGES}
MAKE_FLAGS=	CDEBUGFLAGS="${CFLAGS}"

post-install:
		${INSTALL_DATA_DIR} ${PREFIX}/share/examples/xonix
		${INSTALL_DATA} /dev/null ${PREFIX}/share/examples/xonix/xonix.scores

.include <bsd.port.mk>