summaryrefslogtreecommitdiff
path: root/games/tornado/Makefile
blob: f409365c34d5e681686f84d79b12be98698b39b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    tornado
# Date created:                         1 July 2001
# Whom:                                 minter
#
# $FreeBSD$
#

PORTNAME=	tornado
PORTVERSION=	1.2
CATEGORIES=	games
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>