2a87095093
Tornado is a clone of Ouranos (Weather War). The goal of the game is to destroy the opponent's house with certain weather phenomenons: rain, snow, hail, lightning, and tornadoes. The game can be played together (two players), against the computer (or two computer players against each other) or over a TCP connection. WWW: http://home.kcore.de/~kiza/linux/tornado/
31 lines
732 B
Makefile
31 lines
732 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2003/11/27 06:07:37 jolan Exp $
|
|
|
|
COMMENT= "Ouranos (Weather War) clone; multiplayer"
|
|
DISTNAME= tornado-1.3
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${HOMEPAGE}download/
|
|
|
|
HOMEPAGE= http://home.kcore.de/~kiza/linux/tornado/
|
|
|
|
MAINTAINER= Jolan Luff <jolan@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
NO_REGRESS= Yes
|
|
USE_GMAKE= Yes
|
|
|
|
MODULES= gettext
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tornado
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tornado
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/tornado
|
|
${INSTALL_DATA} ${WRKSRC}/tornado.scores \
|
|
${PREFIX}/share/examples/tornado
|
|
|
|
.include <bsd.port.mk>
|