pkgsrc/games/nethack-tty/Makefile
joerg 1ad9f68f6e Open-code revision pattern for nethack-lib. Still requires the same
upstream version, but ignores the NetBSD patchlevel.
2008-09-26 15:10:08 +00:00

20 lines
499 B
Makefile

# $NetBSD: Makefile,v 1.18 2008/09/26 15:10:08 joerg Exp $
#
.include "../../games/nethack-lib/Makefile.common"
PKGNAME= nethack-tty-${NETHACK_VERSION}
PKGREVISION= 1
COMMENT= The tty/console based version of NetHack
DEPENDS+= nethack-lib-${NETHACK_VERSION}{,nb*}:../../games/nethack-lib
BUILD_TARGET= nethack
INSTALL_TARGET= binfiles
MAKE_ENV+= GTYPE=-tty
DISTINFO_FILE?= ${.CURDIR}/../nethack-lib/distinfo
PATCHDIR= ${.CURDIR}/../nethack-lib/patches
.include "../../mk/bsd.pkg.mk"