diff options
author | nia <nia@pkgsrc.org> | 2019-09-21 15:19:17 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-09-21 15:19:17 +0000 |
commit | 9c8c47212d0dde90d6efb2fc69ad1736a17cb4a1 (patch) | |
tree | 175fd5fbabfa144a4e343835b0d0b457934f4afb /games/Makefile | |
parent | 2caa08019e0abca91ad13b5527dccf744d68a7d8 (diff) | |
download | pkgsrc-9c8c47212d0dde90d6efb2fc69ad1736a17cb4a1.tar.gz |
Add games/taisei.
Taisei (lit. Occident) is a free and open-source fangame of the Touhou
series.
Basically, it is a shoot 'em up game with lots of bullets (the genre is
literally called bullet hell). It doesn't aim to rebuild a particular
installment of the Touhou games, but is rather an original game set in the
world of Touhou.
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index eb5bddb63e4..482a41e57a7 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.456 2019/09/21 12:34:24 nia Exp $ +# $NetBSD: Makefile,v 1.457 2019/09/21 15:19:17 nia Exp $ # COMMENT= Games @@ -364,6 +364,7 @@ SUBDIR+= supertux SUBDIR+= supertuxkart SUBDIR+= svb SUBDIR+= tads +SUBDIR+= taisei SUBDIR+= tanked SUBDIR+= teeworlds SUBDIR+= teg |