diff options
Diffstat (limited to 'games/tornado/Makefile')
-rw-r--r-- | games/tornado/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/games/tornado/Makefile b/games/tornado/Makefile new file mode 100644 index 000000000000..f7737084d13b --- /dev/null +++ b/games/tornado/Makefile @@ -0,0 +1,17 @@ +# 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 + +MAN6= tornado.6 + +.include <bsd.port.mk> |