diff options
author | nia <nia@pkgsrc.org> | 2019-08-08 13:40:30 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-08-08 13:40:30 +0000 |
commit | d659a725e86cb88c3c1749dc4a5d4c29194e1229 (patch) | |
tree | 81cf4d4113d718c0c4be21d2308577100c2d2de5 /games/Makefile | |
parent | 67c764b4568dc061ff0e689663f5f7e314b7019d (diff) | |
download | pkgsrc-d659a725e86cb88c3c1749dc4a5d4c29194e1229.tar.gz |
Add games/stone-soup and games/stone-soup-sdl.
Based partially on work by Yorick Hardy in pkgsrc-wip.
Dungeon Crawl Stone Soup is an open-source, single-player, role-playing
roguelike game of exploration and treasure-hunting in dungeons filled with
dangerous and unfriendly monsters in a quest to rescue the mystifyingly
fabulous Orb of Zot.
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index c7532b25983..4d7aee62e61 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.444 2019/08/07 18:05:25 nia Exp $ +# $NetBSD: Makefile,v 1.445 2019/08/08 13:40:30 nia Exp $ # COMMENT= Games @@ -345,6 +345,8 @@ SUBDIR+= spellcast SUBDIR+= spider SUBDIR+= stegavorto SUBDIR+= stockfish +SUBDIR+= stone-soup +SUBDIR+= stone-soup-sdl SUBDIR+= stratagus SUBDIR+= sudoku-cli SUBDIR+= supertux |