blob: 2a8063540b0eca8a04897d64ff62a52d3a9bdec2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.15 2005/09/22 14:55:07 wiz Exp $
#
.include "../nethack-lib/Makefile.common"
PKGNAME= nethack-tty-${NETHACK_VERSION}
PKGREVISION= 1
COMMENT= The tty/console based version of NetHack
DEPENDS+= nethack-lib-${NETHACK_VERSION}nb1:../../games/nethack-lib
BUILD_TARGET= nethack
INSTALL_TARGET= binfiles
MAKE_ENV+= GTYPE=-tty
PATCHDIR= ${.CURDIR}/../nethack-lib/patches
.include "../../mk/bsd.pkg.mk"
|