openbsd-ports/games/xonix/Makefile

29 lines
659 B
Makefile
Raw Normal View History

2010-11-16 06:23:25 -05:00
# $OpenBSD: Makefile,v 1.29 2010/11/16 11:23:29 espie Exp $
COMMENT= win land without colliding with 'flyers' and 'eaters'
1998-05-19 22:19:00 -04:00
DISTNAME= xonix-1.4
2010-11-16 06:23:25 -05:00
REVISION = 7
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 Xpm Xt c m
2000-02-12 01:29:49 -05:00
2006-11-13 05:08:12 -05:00
CONFIGURE_STYLE=imake
2010-10-18 14:00:15 -04:00
USE_GROFF = 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>