From 423d932718cf0cd95fe280b6ea3cb05e166f5e92 Mon Sep 17 00:00:00 2001 From: pooka Date: Thu, 10 Aug 2000 17:50:04 +0000 Subject: 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. --- games/nethack/Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'games/nethack/Makefile') 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 -- cgit v1.2.3