pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/nethack-tty
Module Name: pkgsrc
Committed By: pho
Date: Thu Oct 24 11:51:52 UTC 2019
Modified Files:
pkgsrc/games/nethack-tty: Makefile
Log Message:
Update to NetHack 3.6.2
See release notes for the changes from 3.4.3:
* http://nethack.org/v360/release.html
* http://nethack.org/v361/release.html
* http://nethack.org/v362/release.html
IMPORTANT NOTICE:
Old 3.4.x save files are *incompatible* with this version (which
isn't my fault). Files are now saved in /var/games/nethack360.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/games/nethack-tty/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/nethack-tty/Makefile
diff -u pkgsrc/games/nethack-tty/Makefile:1.20 pkgsrc/games/nethack-tty/Makefile:1.21
--- pkgsrc/games/nethack-tty/Makefile:1.20 Wed Jun 1 11:20:30 2011
+++ pkgsrc/games/nethack-tty/Makefile Thu Oct 24 11:51:52 2019
@@ -1,23 +1,24 @@
-# $NetBSD: Makefile,v 1.20 2011/06/01 11:20:30 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2019/10/24 11:51:52 pho Exp $
#
.include "../../games/nethack-lib/Makefile.common"
PKGNAME= nethack-tty-${NETHACK_VERSION}
-PKGREVISION= 2
COMMENT= The tty/console based version of NetHack
-MAKE_JOBS_SAFE= no
-
DEPENDS+= nethack-lib-${NETHACK_VERSION}{,nb*}:../../games/nethack-lib
BUILD_TARGET= nethack
-INSTALL_TARGET= binfiles
+MAKE_ENV+= GAME=nethack
MAKE_ENV+= GTYPE=-tty
-DISTINFO_FILE?= ${.CURDIR}/../nethack-lib/distinfo
-PATCHDIR= ${.CURDIR}/../nethack-lib/patches
+INSTALLATION_DIRS+= bin
+do-install:
+ ${RUN}${INSTALL_PROGRAM} ${WRKSRC}/src/nethack ${DESTDIR}${PREFIX}/bin/nethack-tty
+
+DISTINFO_FILE?= ${.CURDIR}/../../games/nethack-lib/distinfo
+PATCHDIR= ${.CURDIR}/../../games/nethack-lib/patches
SPECIAL_PERMS+= ${PREFIX}/bin/nethack-tty \
${GAMEPERM}
Home |
Main Index |
Thread Index |
Old Index