24 lines
487 B
Makefile
24 lines
487 B
Makefile
# New ports collection makefile for: tornado
|
|
# Date created: 1 July 2001
|
|
# Whom: 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
|
|
|
|
USE_GETTEXT= yes
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|