2007-09-15 18:01:00 +00:00
|
|
|
COMMENT= Ouranos (Weather War) clone; multiplayer
|
2011-03-15 10:38:57 +00:00
|
|
|
DISTNAME= tornado-1.4
|
2003-11-27 06:07:37 +00:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= ${HOMEPAGE}download/
|
2019-05-21 09:34:30 +00:00
|
|
|
REVISION= 2
|
2003-11-27 06:07:37 +00:00
|
|
|
|
2011-03-15 10:38:57 +00:00
|
|
|
HOMEPAGE= http://kiza.kcore.de/software/tornado/
|
2003-11-27 06:07:37 +00:00
|
|
|
|
2011-03-15 10:38:57 +00:00
|
|
|
# GPLv2+
|
2019-07-12 20:45:45 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2019-05-21 09:34:30 +00:00
|
|
|
|
|
|
|
WANTLIB= c iconv intl curses
|
2003-11-27 06:07:37 +00:00
|
|
|
|
2013-03-11 11:02:49 +00:00
|
|
|
NO_TEST= Yes
|
2003-11-27 06:07:37 +00:00
|
|
|
USE_GMAKE= Yes
|
|
|
|
|
2019-05-20 22:15:00 +00:00
|
|
|
BUILD_DEPENDS= devel/gettext,-tools
|
2016-04-12 15:19:39 +00:00
|
|
|
|
2019-05-20 22:15:00 +00:00
|
|
|
LIB_DEPENDS= devel/gettext,-runtime
|
2003-11-27 06:07:37 +00:00
|
|
|
|
|
|
|
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>
|