2004-12-03 16:14:50 +01:00
|
|
|
# $NetBSD: Makefile,v 1.13 2004/12/03 15:14:57 wiz Exp $
|
2000-08-10 19:50:04 +02:00
|
|
|
#
|
1998-08-27 15:11:04 +02:00
|
|
|
|
2000-08-10 19:50:04 +02:00
|
|
|
.include "../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}
|
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
|
|
|
|
2000-08-10 19:50:04 +02:00
|
|
|
DEPENDS+= nethack-lib-${NETHACK_VERSION}:../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
|
|
|
|
|
2000-10-16 03:37:50 +02:00
|
|
|
PATCHDIR= ${.CURDIR}/../nethack-lib/patches
|
1998-08-27 15:11:04 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|