diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-09-01 09:41:22 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-09-01 09:41:22 +0000 |
commit | 7ec8ad352d4ef65d608c06ce8fa8059a3468096f (patch) | |
tree | 996a766987e4fa0c587c400f4abc1cdb217a7c90 /games/ppracer/Makefile | |
parent | c63b33c4b4c1540c222ead94fb463879b35928e7 (diff) |
Deprecate games/ppracer
It fails to build with Clang >= 6 [1] and is unmaintained upstream.
games/etracer is an actively maintained fork of ppracer [2] that
can be played instead.
[1] http://beefy11.nyi.freebsd.org/data/head-i386-default/p478276_s338342/logs/errors/ppracer-0.5.a_12.log
[2] https://en.wikipedia.org/wiki/Tux_Racer#Legacy
Notes
Notes:
svn path=/head/; revision=478663
Diffstat (limited to 'games/ppracer/Makefile')
-rw-r--r-- | games/ppracer/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/ppracer/Makefile b/games/ppracer/Makefile index 6c6693ecafb9..80660842f3c4 100644 --- a/games/ppracer/Makefile +++ b/games/ppracer/Makefile @@ -14,6 +14,9 @@ COMMENT= 3D downhill racing game... kind of like TuxRacer Improved LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Unmaintained. Play games/etracer instead +EXPIRATION_DATE= 2018-09-08 + LIB_DEPENDS= libpng.so:graphics/png \ libfreetype.so:print/freetype2 |