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-tty | |
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-tty')
-rw-r--r-- | games/nethack-tty/Makefile | 27 | ||||
-rw-r--r-- | games/nethack-tty/files/patch-sum | 14 |
2 files changed, 13 insertions, 28 deletions
diff --git a/games/nethack-tty/Makefile b/games/nethack-tty/Makefile index ba59d127833..4fb092c946a 100644 --- a/games/nethack-tty/Makefile +++ b/games/nethack-tty/Makefile @@ -1,31 +1,16 @@ -# $NetBSD: Makefile,v 1.6 2000/03/27 08:54:56 tron Exp $ +# $NetBSD: Makefile,v 1.7 2000/08/10 17:50:07 pooka Exp $ +# -DISTNAME= nethack-3.3.0 -PKGNAME= nethack-tty-3.3.0 -CATEGORIES= games -MASTER_SITES= ftp://ftp.win.tue.nl/pub/games/nethack.330/source/ +.include "../nethack-lib/Makefile.common" -MAINTAINER= root@garbled.net -HOMEPAGE= http://www.win.tue.nl/games/roguelike/nethack/ +PKGNAME= nethack-tty-${NETHACK_VERSION} -DEPENDS+= nethack-lib-3.3.0:../nethack-lib +DEPENDS+= nethack-lib-${NETHACK_VERSION}:../nethack-lib -HAS_CONFIGURE= yes -CONFIGURE_SCRIPT= ./sys/unix/setup.sh ALL_TARGET= nethack INSTALL_TARGET= binfiles MAKE_ENV+= GTYPE=-tty -PATCHDIR= ${PKGSRCDIR}/games/nethack-lib/patches - -MD5_FILE= ${.CURDIR}/../nethack-lib/files/md5 - -post-extract: - @${CHMOD} 755 ${WRKSRC}/sys/unix/setup.sh - -post-patch: - @${MV} ${WRKSRC}/include/config.h ${WRKSRC}/foo - @${SED} -e 's@XXXPREFIXXXX@${PREFIX}@g' <${WRKSRC}/foo> ${WRKSRC}/include/config.h - @${RM} -f ${WRKSRC}/foo +PATCHDIR= "${.CURDIR}/../nethack-lib/patches" .include "../../mk/bsd.pkg.mk" diff --git a/games/nethack-tty/files/patch-sum b/games/nethack-tty/files/patch-sum index da94abbbd7d..6658ecddf8b 100644 --- a/games/nethack-tty/files/patch-sum +++ b/games/nethack-tty/files/patch-sum @@ -1,9 +1,9 @@ -$NetBSD: patch-sum,v 1.5 2000/07/17 14:31:14 agc Exp $ +$NetBSD: patch-sum,v 1.6 2000/08/10 17:50:08 pooka Exp $ -MD5 (patch-aa) = 4d561cc88b548ab8fcc7953c18660d31 -MD5 (patch-ab) = 39341410ce990a7eb55beeef4af75855 -MD5 (patch-ac) = 4f89ee35a5901b7b8a8e376216c227ba +MD5 (patch-aa) = 98c413b5d1b5c3b021e30a91e1d6da0b +MD5 (patch-ab) = 705d3c572b63015fed5aa245c1f1bdda +MD5 (patch-ac) = d775a25ca6c4680d41858f2c52d1854c MD5 (patch-ad) = 1c894f6943c2b5edfcca5e36a6f43c4d -MD5 (patch-ae) = 0461964e1047cb98a734dfbe257e8325 -MD5 (patch-af) = ea67bbcb60a39b8fe0c7994b55d951e2 -MD5 (patch-ag) = 2498d677fef1a69f0c4ee79ab7d43f9b +MD5 (patch-ae) = aa584b7e7b691f5fd031efae81b9b142 +MD5 (patch-af) = e5bb0036820641290d4533457c6c4a31 +MD5 (patch-ag) = 44e6cdf2d18e24f5582a66fe27a21063 |