diff options
author | nia <nia@pkgsrc.org> | 2019-09-22 12:10:45 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-09-22 12:10:45 +0000 |
commit | 5e862c810b220e62864175a347a6463ac2456641 (patch) | |
tree | 40aeaf061d64406059346ce9f533e54aafcacde5 /games/Makefile | |
parent | 208a66dfeebecb220eeb16f4ceb977e77e9d5118 (diff) | |
download | pkgsrc-5e862c810b220e62864175a347a6463ac2456641.tar.gz |
Add games/fallingtime. Based on work by Charlotte Koch in wip.
Like the Fall Down games, you are a ball and you must fall into the holes to
avoid being crushed by the top of the screen!
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 482a41e57a7..7800f6f7480 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.457 2019/09/21 15:19:17 nia Exp $ +# $NetBSD: Makefile,v 1.458 2019/09/22 12:10:45 nia Exp $ # COMMENT= Games @@ -113,6 +113,7 @@ SUBDIR+= exchess-book-small SUBDIR+= exult SUBDIR+= exult-audio SUBDIR+= falcons-eye +SUBDIR+= fallingtime SUBDIR+= fillets-ng SUBDIR+= fillets-ng-data SUBDIR+= finalbattle |