diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-03-16 17:06:54 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-03-16 20:33:09 +0000 |
commit | 1db58f324afdf7ae2253d2870154d6a89f11cca3 (patch) | |
tree | fb492892d93fa2ad410decbf5fbf3d79ba085b46 | |
parent | 67a3d74f806d8287b95f1f54c9c1a00ec73f9416 (diff) |
games/critterding: deprecate
-rw-r--r-- | games/critterding/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/critterding/Makefile b/games/critterding/Makefile index 01d9796d3beb..018c80e90f63 100644 --- a/games/critterding/Makefile +++ b/games/critterding/Makefile @@ -9,6 +9,9 @@ COMMENT= Evolving Artificial Life LIB_DEPENDS= libfreetype.so:print/freetype2 +DEPRECATED= Abandonware with last release in 2013, newer version bundles depends and requires Qt4 +EXPIRATION_DATE=2022-04-16 + USES= autoreconf gl libtool localbase:ldflags ncurses pkgconfig sdl tar:bzip2 GNU_CONFIGURE= yes USE_SDL= sdl |