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>
|