diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/koth/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games/koth/Makefile b/games/koth/Makefile index 9dc2b121e3ae..06a8134dd327 100644 --- a/games/koth/Makefile +++ b/games/koth/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: koth -# Date created: 15 Oct 2004 -# Whom: Travis Poppe <tlp@liquidx.org> -# +# Created by: Travis Poppe <tlp@liquidx.org> # $FreeBSD$ -# PORTNAME= koth PORTVERSION= 0.8.0 @@ -17,6 +13,9 @@ COMMENT= Multiplayer tank artillery game similar to Scorched Earth LIB_DEPENDS= ggi.2:${PORTSDIR}/graphics/libggi +DEPRECATED= Unmaintained +EXPIRATION_DATE=2013-09-01 + USE_BZIP2= yes USE_GMAKE= yes USE_CSTD= gnu89 |