aboutsummaryrefslogtreecommitdiff
path: root/games/tornado/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-05-03 05:25:33 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-05-03 05:25:33 +0000
commit0ed5ac1c1962725409a074e8c9c140398e0611d5 (patch)
treed687d1ad82a70d1dfac70af4d117607e330cccf1 /games/tornado/Makefile
parent9988e4366d203b1d4f868aad4a17d73fcede24f9 (diff)
Notes
Diffstat (limited to 'games/tornado/Makefile')
-rw-r--r--games/tornado/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/games/tornado/Makefile b/games/tornado/Makefile
index e80313ed07b8..f409365c34d5 100644
--- a/games/tornado/Makefile
+++ b/games/tornado/Makefile
@@ -6,13 +6,18 @@
#
PORTNAME= tornado
-PORTVERSION= 1.0.3
+PORTVERSION= 1.2
CATEGORIES= games
-MASTER_SITES= http://www.lionking.org/~kiza/linux/tornado/
+MASTER_SITES= http://home.kcore.de/~kiza/linux/tornado/download/
MAINTAINER= minter@lunenburg.org
COMMENT= A curses-based game of weather destruction
+LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext
+
MAN6= tornado.6
+MANLANG= "" de fr it ru
+
+USE_GMAKE= yes
.include <bsd.port.mk>