diff options
-rw-r--r-- | games/nethack-tty/Makefile | 27 | ||||
-rw-r--r-- | games/nethack-tty/pkg/COMMENT | 1 | ||||
-rw-r--r-- | games/nethack-tty/pkg/DESCR | 10 | ||||
-rw-r--r-- | games/nethack-tty/pkg/MESSAGE | 2 | ||||
-rw-r--r-- | games/nethack-tty/pkg/PLIST | 2 |
5 files changed, 42 insertions, 0 deletions
diff --git a/games/nethack-tty/Makefile b/games/nethack-tty/Makefile new file mode 100644 index 00000000000..5f786bccbee --- /dev/null +++ b/games/nethack-tty/Makefile @@ -0,0 +1,27 @@ +# +# $NetBSD: Makefile,v 1.1 1998/08/27 13:11:04 garbled Exp $ +# + +DISTNAME= nethack-3.2.2 +PKGNAME= nethack-tty-3.2.2 +CATEGORIES= games +MASTER_SITES= # empty + +MAINTAINER= root@garbled.net +HOMEPAGE= http://www.win.tue.nl/games/roguelike/nethack/ + +DEPENDS+= nethack-lib-3.2.2:../nethack-lib + +WRKSRC= ../nethack-lib/work/${DISTNAME} +NO_CHECKSUM= yes +ALL_TARGET= nethack +INSTALL_TARGET= binfiles +MAKE_ENV+= GTYPE=-tty + +do-fetch: #empty +do-extract: + @mkdir work + (cd ../nethack-lib && make clean) + (cd ../nethack-lib && make configure) + +.include "../../mk/bsd.pkg.mk" diff --git a/games/nethack-tty/pkg/COMMENT b/games/nethack-tty/pkg/COMMENT new file mode 100644 index 00000000000..d11d88af4fa --- /dev/null +++ b/games/nethack-tty/pkg/COMMENT @@ -0,0 +1 @@ +the tty/console based version of NetHack diff --git a/games/nethack-tty/pkg/DESCR b/games/nethack-tty/pkg/DESCR new file mode 100644 index 00000000000..31f01787b04 --- /dev/null +++ b/games/nethack-tty/pkg/DESCR @@ -0,0 +1,10 @@ +Nethack is a single player, ASCII graphics-based adventure game, similar +to the lines of Dungeons & Dragons and similar fantasy games. It is +commonly classified in the larger group of Rogue-like Games, which +generally are all text-based, solo adventures. + +Within the game, your character is after the infamous Wizard of Yendor, +who has stolen the Amulet of Yendor and plans to use it for his evil +purposes. You, a young member of your chosen class, have been blessed by +your people and your god to retrieve the Amulet, and to save the world +from the Wizard's evil plans. diff --git a/games/nethack-tty/pkg/MESSAGE b/games/nethack-tty/pkg/MESSAGE new file mode 100644 index 00000000000..e9901b7dce4 --- /dev/null +++ b/games/nethack-tty/pkg/MESSAGE @@ -0,0 +1,2 @@ +You can run the tty NetHack by simply typing: "nethack" +or with "nethack tty" diff --git a/games/nethack-tty/pkg/PLIST b/games/nethack-tty/pkg/PLIST new file mode 100644 index 00000000000..b0b622877be --- /dev/null +++ b/games/nethack-tty/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 1998/08/27 13:11:04 garbled Exp $ +bin/nethack-tty |