diff options
author | pooka <pooka@pkgsrc.org> | 2000-08-10 17:50:04 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 2000-08-10 17:50:04 +0000 |
commit | 423d932718cf0cd95fe280b6ea3cb05e166f5e92 (patch) | |
tree | 652faece51f36554600906ef464a520802a70371 /games/nethack | |
parent | 696a9dc9e63ce407cb2e9ad886f16023dca1cb79 (diff) | |
download | pkgsrc-423d932718cf0cd95fe280b6ea3cb05e166f5e92.tar.gz |
Upgrade nethack to 3.3.1. Add Makefile.common to easy future upgrades.
This release contains numerous fixes to bugs in 3.3.0 and users are advised
to upgrade.
Note that old savegames and bones files won't work anymore.
Diffstat (limited to 'games/nethack')
-rw-r--r-- | games/nethack/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/games/nethack/Makefile b/games/nethack/Makefile index 30cb3aa0eb9..dab6b07bede 100644 --- a/games/nethack/Makefile +++ b/games/nethack/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.6 1999/12/24 22:29:58 pooka Exp $ +# $NetBSD: Makefile,v 1.7 2000/08/10 17:50:04 pooka Exp $ -DISTNAME= nethack-all-3.3.0 -CATEGORIES= games x11 +.include "../nethack-lib/Makefile.common" + +DISTNAME= nethack-all-${NETHACK_VERSION} +CATEGORIES+= x11 MASTER_SITES= # empty DISTFILES= # empty -MAINTAINER= root@garbled.net - -DEPENDS+= nethack-tty-3.3.0:../nethack-tty -DEPENDS+= nethack-x11-3.3.0:../nethack-x11 -#DEPENDS+= nethack-qt-3.3.0:../nethack-qt +DEPENDS+= nethack-tty-${NETHACK_VERSION}:../nethack-tty +DEPENDS+= nethack-x11-${NETHACK_VERSION}:../nethack-x11 +DEPENDS+= nethack-qt-${NETHACK_VERSION}:../nethack-qt USE_X11= yes EXTRACT_ONLY= # empty |