summaryrefslogtreecommitdiff
path: root/games/nethack/Makefile
diff options
context:
space:
mode:
authorgarbled <garbled>1998-08-29 12:55:17 +0000
committergarbled <garbled>1998-08-29 12:55:17 +0000
commitd758970d01ebcacdcda44ac5ff653df283f2ee7f (patch)
tree76a391c54833063b2fe63985bbc8161b1e213827 /games/nethack/Makefile
parent122711a7796985a47a1690def9165cd5024d659c (diff)
downloadpkgsrc-d758970d01ebcacdcda44ac5ff653df283f2ee7f.tar.gz
Add a nethack meta-pkg to build and install all three versions of the game.
Diffstat (limited to 'games/nethack/Makefile')
-rw-r--r--games/nethack/Makefile23
1 files changed, 23 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>