20 lines
369 B
Makefile
20 lines
369 B
Makefile
# Created by: minter
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tornado
|
|
PORTVERSION= 1.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://kiza.kcore.de/media/software/${PORTNAME}/
|
|
|
|
MAINTAINER= minter@lunenburg.org
|
|
COMMENT= A curses-based game of weather destruction
|
|
|
|
MAN6= tornado.6
|
|
MANLANG= "" de fr it nl no ru
|
|
|
|
USES= gettext
|
|
USE_GMAKE= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|