6e02d7ee41
Suggested by Roland Illig, ok'd by various.
18 lines
406 B
Makefile
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"
|