pkgsrc/games/nethack-tty/Makefile
2004-12-03 15:14:50 +00:00

18 lines
406 B
Makefile

# $NetBSD: Makefile,v 1.13 2004/12/03 15:14:57 wiz Exp $
#
.include "../nethack-lib/Makefile.common"
PKGNAME= nethack-tty-${NETHACK_VERSION}
COMMENT= The tty/console based version of NetHack
DEPENDS+= nethack-lib-${NETHACK_VERSION}:../nethack-lib
BUILD_TARGET= nethack
INSTALL_TARGET= binfiles
MAKE_ENV+= GTYPE=-tty
PATCHDIR= ${.CURDIR}/../nethack-lib/patches
.include "../../mk/bsd.pkg.mk"