diff options
author | garbled <garbled> | 1998-08-29 12:55:17 +0000 |
---|---|---|
committer | garbled <garbled> | 1998-08-29 12:55:17 +0000 |
commit | d758970d01ebcacdcda44ac5ff653df283f2ee7f (patch) | |
tree | 76a391c54833063b2fe63985bbc8161b1e213827 /games/nethack/Makefile | |
parent | 122711a7796985a47a1690def9165cd5024d659c (diff) | |
download | pkgsrc-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/Makefile | 23 |
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> |