mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
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= 2
|
|
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>
|