pkgsrc/games/nethack-tty/Makefile

18 lines
416 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.8 2000/08/25 01:54:17 hubertf Exp $
#
.include "../nethack-lib/Makefile.common"
PKGNAME= nethack-tty-${NETHACK_VERSION}
DEPENDS+= nethack-lib-${NETHACK_VERSION}:../nethack-lib
ALL_TARGET= nethack
INSTALL_TARGET= binfiles
MAKE_ENV+= GTYPE=-tty
PATCHDIR= "${.CURDIR}/../nethack-lib/patches"
PATCH_SUM_FILE= ${.CURDIR}/../nethack-lib/files/patch-sum
.include "../../mk/bsd.pkg.mk"