mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
0ed5ac1c19
Finally updating the games/tornado port to version 1.2. This both provides the update, and fixes the "File Not Found" error with the old port. PR: ports/51244 Submitted by: H. Wade Minter <minter@lunenburg.org>
24 lines
503 B
Makefile
24 lines
503 B
Makefile
# 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>
|