summaryrefslogtreecommitdiff
path: root/games/nethack-tty
diff options
context:
space:
mode:
authorgarbled <garbled@pkgsrc.org>1998-08-27 13:11:04 +0000
committergarbled <garbled@pkgsrc.org>1998-08-27 13:11:04 +0000
commit3bd622ede3abb53a9ef77eb75398746c82deb1ad (patch)
tree746bd0b1424b05377ec7f42ff55e05e3f947596a /games/nethack-tty
parentc806de3c28344affce79cfa8ec92384f7437449e (diff)
downloadpkgsrc-3bd622ede3abb53a9ef77eb75398746c82deb1ad.tar.gz
nethack-tty: the tty/console based version of NetHack
Diffstat (limited to 'games/nethack-tty')
-rw-r--r--games/nethack-tty/Makefile27
-rw-r--r--games/nethack-tty/pkg/COMMENT1
-rw-r--r--games/nethack-tty/pkg/DESCR10
-rw-r--r--games/nethack-tty/pkg/MESSAGE2
-rw-r--r--games/nethack-tty/pkg/PLIST2
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