2011-06-01 13:20:29 +02:00
|
|
|
# $NetBSD: Makefile,v 1.20 2011/06/01 11:20:30 wiz Exp $
|
2000-08-10 19:50:04 +02:00
|
|
|
#
|
1998-08-27 15:11:04 +02:00
|
|
|
|
2005-12-05 21:49:47 +01:00
|
|
|
.include "../../games/nethack-lib/Makefile.common"
|
1998-08-27 15:11:04 +02:00
|
|
|
|
2000-08-10 19:50:04 +02:00
|
|
|
PKGNAME= nethack-tty-${NETHACK_VERSION}
|
2011-06-01 13:20:29 +02:00
|
|
|
PKGREVISION= 2
|
1998-08-27 15:11:04 +02:00
|
|
|
|
2003-07-21 18:45:54 +02:00
|
|
|
COMMENT= The tty/console based version of NetHack
|
2001-02-16 16:10:41 +01:00
|
|
|
|
2009-06-30 02:07:09 +02:00
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
|
2008-09-26 17:10:08 +02:00
|
|
|
DEPENDS+= nethack-lib-${NETHACK_VERSION}{,nb*}:../../games/nethack-lib
|
1998-08-27 15:11:04 +02:00
|
|
|
|
2004-12-03 16:14:50 +01:00
|
|
|
BUILD_TARGET= nethack
|
1998-08-27 15:11:04 +02:00
|
|
|
INSTALL_TARGET= binfiles
|
|
|
|
MAKE_ENV+= GTYPE=-tty
|
|
|
|
|
2006-06-22 17:47:54 +02:00
|
|
|
DISTINFO_FILE?= ${.CURDIR}/../nethack-lib/distinfo
|
2000-10-16 03:37:50 +02:00
|
|
|
PATCHDIR= ${.CURDIR}/../nethack-lib/patches
|
1998-08-27 15:11:04 +02:00
|
|
|
|
2011-06-01 13:20:29 +02:00
|
|
|
SPECIAL_PERMS+= ${PREFIX}/bin/nethack-tty \
|
|
|
|
${GAMEPERM}
|
|
|
|
|
1998-08-27 15:11:04 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|