diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-18 13:12:51 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-18 13:12:51 +0000 |
commit | b3ed5741b5d32dc811948b52ea4001b32cd15dfe (patch) | |
tree | 6946455509f2fc81f0992b53cffcc970a9fe6993 /games/Makefile | |
parent | 29d2859d47c14b8f298b90b87c3cde0e0b664020 (diff) | |
download | ports-b3ed5741b5d32dc811948b52ea4001b32cd15dfe.tar.gz ports-b3ed5741b5d32dc811948b52ea4001b32cd15dfe.zip |
noeGNUd aims to be the ultimate User Interface ( UI ) for nethack. comibining
character mode, 2D tilesets and 3d graphics, all interchangeable at runtime to
allow the serious nethack player ultimate freedom of interface to the game that
allows ultimate freedom of gameplay and imagination.
noegnud-data is the foundamental data for noeGNUd which all noeGNUd games
depend on it. noegnud-nethack, noegnud-nethack-deet, noegnud-slashem, and
noegnud-littlehack are the four variant games that noeGNUd support.
noegnud-addons installs tilesets and sound themes.
PR: ports/65318
Submitted by: Leland Wang <llwang@infor.org>
Notes
Notes:
svn path=/head/; revision=129166
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index c38a83863c7c..1bc6602ecb05 100644 --- a/games/Makefile +++ b/games/Makefile @@ -330,6 +330,12 @@ SUBDIR += nil SUBDIR += ninix-aya SUBDIR += njam + SUBDIR += noegnud-addons + SUBDIR += noegnud-data + SUBDIR += noegnud-littlehack + SUBDIR += noegnud-nethack + SUBDIR += noegnud-nethack-deet + SUBDIR += noegnud-slashem SUBDIR += nonsense SUBDIR += nwndata SUBDIR += nwnusers |