diff options
author | antoine <antoine@FreeBSD.org> | 2013-06-06 01:00:14 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-06-06 01:00:14 +0800 |
commit | 1306dba5f8fed663c0e5a3547135058546fef526 (patch) | |
tree | 4426039d21f1a39ad9d2b2b544b6e77307ea3938 /games | |
parent | d643f64624d582230e743552678482b25f8b562a (diff) | |
download | freebsd-ports-gnome-1306dba5f8fed663c0e5a3547135058546fef526.tar.gz freebsd-ports-gnome-1306dba5f8fed663c0e5a3547135058546fef526.tar.zst freebsd-ports-gnome-1306dba5f8fed663c0e5a3547135058546fef526.zip |
Deprecate a few leaf GGI ports.
Upstream is not active since a few years.
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 |