mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
ee2d77ff31
Removed stale dependency on devel/log4cpp port. Noticed by: Randolf Schultz rschultz at informatik.uni-rostock.de PR: ports/76001 Submitted by: Igor Pokrovsky <ip@doom.homeunix.org>
24 lines
491 B
Makefile
24 lines
491 B
Makefile
# New ports collection makefile for: tornado
|
|
# Date created: 1 July 2001
|
|
# Whom: minter
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tornado
|
|
PORTVERSION= 1.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://kiza.kcore.de/software/tornado/download/
|
|
|
|
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>
|