3efbeaf828
- do not mention a mail being sent when hiscore is broken, this feature is disabled. - when a player dies, reset eater position. Also pick startup position closer to the MSDOS version of the game. - use {s,}random instead of {s,}rand. ok deanna@ for my yearly ports commit.
27 lines
625 B
Makefile
27 lines
625 B
Makefile
# $OpenBSD: Makefile,v 1.23 2008/04/25 22:39:33 miod Exp $
|
|
|
|
COMMENT= win land without colliding with 'flyers' and 'eaters'
|
|
|
|
DISTNAME= xonix-1.4
|
|
PKGNAME= ${DISTNAME}p4
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= ftp://ftp.interface-business.de/pub/outgoing/
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xp Xpm Xt c m
|
|
|
|
CONFIGURE_STYLE=imake
|
|
USE_X11= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/xonix
|
|
${INSTALL_DATA} /dev/null ${PREFIX}/share/examples/xonix/xonix.scores
|
|
|
|
.include <bsd.port.mk>
|