diff options
author | garbled <garbled@pkgsrc.org> | 1998-08-29 12:55:17 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1998-08-29 12:55:17 +0000 |
commit | 4df9447d1990d83edf190a1ba0fb3d223f654672 (patch) | |
tree | 76a391c54833063b2fe63985bbc8161b1e213827 /games | |
parent | 955bf627901abed1edab1d4452d4264b4cf85fd2 (diff) | |
download | pkgsrc-4df9447d1990d83edf190a1ba0fb3d223f654672.tar.gz |
Add a nethack meta-pkg to build and install all three versions of the game.
Diffstat (limited to 'games')
-rw-r--r-- | games/nethack/Makefile | 23 | ||||
-rw-r--r-- | games/nethack/pkg/COMMENT | 1 | ||||
-rw-r--r-- | games/nethack/pkg/DESCR | 13 | ||||
-rw-r--r-- | games/nethack/pkg/MESSAGE | 6 | ||||
-rw-r--r-- | games/nethack/pkg/PLIST | 2 |
5 files changed, 45 insertions, 0 deletions
diff --git a/games/nethack/Makefile b/games/nethack/Makefile new file mode 100644 index 00000000000..beab7068fba --- /dev/null +++ b/games/nethack/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1 1998/08/29 12:55:17 garbled Exp $ + +DISTNAME= nethack-3.2.2 +PKGNAME= nethack-3.2.2 +CATEGORIES= games x11 +MASTER_SITES= # empty +DISTFILES= # empty + +MAINTAINER= root@garbled.net + +DEPENDS+= nethack-tty-3.2.2:../nethack-tty +DEPENDS+= nethack-x11-3.2.2:../nethack-x11 +DEPENDS+= nethack-qt-3.2.2:../nethack-qt + +EXTRACT_ONLY= # empty +NO_CHECKSUM= yes +NO_PATCH= yes +NO_BUILD= yes +NO_CONFIGURE= yes + +do-install: # empty + +.include <../../mk/bsd.pkg.mk> diff --git a/games/nethack/pkg/COMMENT b/games/nethack/pkg/COMMENT new file mode 100644 index 00000000000..a197fb6e27d --- /dev/null +++ b/games/nethack/pkg/COMMENT @@ -0,0 +1 @@ +a meta-package for NetHack with x11, qt and tty versions. diff --git a/games/nethack/pkg/DESCR b/games/nethack/pkg/DESCR new file mode 100644 index 00000000000..a324a25e0f3 --- /dev/null +++ b/games/nethack/pkg/DESCR @@ -0,0 +1,13 @@ +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. + +This pkg installs the X11, QT and tty based versions of the game. You may +also choose to install just one or more by themselves. diff --git a/games/nethack/pkg/MESSAGE b/games/nethack/pkg/MESSAGE new file mode 100644 index 00000000000..60f98bd10d6 --- /dev/null +++ b/games/nethack/pkg/MESSAGE @@ -0,0 +1,6 @@ +You can run the tty version of nethack by executing: +"nethack" or "nethack tty" +The X11 version: "nethack x11" +The QT version: "nethack qt" + +Happy Hacking! diff --git a/games/nethack/pkg/PLIST b/games/nethack/pkg/PLIST new file mode 100644 index 00000000000..fcd5c3c2cbf --- /dev/null +++ b/games/nethack/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 1998/08/29 12:55:17 garbled Exp $ +@comment this space left intentionally blank |