blob: e80313ed07b80a267817000aee6bc5f961993988 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: tornado
# Date created: 1 July 2001
# Whom: minter
#
# $FreeBSD$
#
PORTNAME= tornado
PORTVERSION= 1.0.3
CATEGORIES= games
MASTER_SITES= http://www.lionking.org/~kiza/linux/tornado/
MAINTAINER= minter@lunenburg.org
COMMENT= A curses-based game of weather destruction
MAN6= tornado.6
.include <bsd.port.mk>
|