openbsd-ports/games/xonix/Makefile

29 lines
668 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.25 2009/08/26 00:15:26 sthen Exp $
COMMENT= win land without colliding with 'flyers' and 'eaters'
1998-05-19 22:19:00 -04:00
DISTNAME= xonix-1.4
PKGNAME= ${DISTNAME}p6
1998-05-19 22:19:00 -04:00
CATEGORIES= games
2002-10-26 16:44:38 -04:00
MASTER_SITES= ftp://ftp.interface-business.de/pub/outgoing/ \
http://spacehopper.org/mirrors/
1998-05-19 22:19:00 -04:00
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2007-11-13 09:54:30 -05:00
WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xp Xpm Xt c m
2000-02-12 01:29:49 -05:00
2006-11-13 05:08:12 -05:00
CONFIGURE_STYLE=imake
USE_X11= Yes
2002-10-26 16:44:38 -04:00
NO_REGRESS= Yes
2008-04-25 09:54:27 -04:00
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/xonix
${INSTALL_DATA} /dev/null ${PREFIX}/share/examples/xonix/xonix.scores
1998-05-19 22:19:00 -04:00
.include <bsd.port.mk>