pkgsrc/games/nethack-tty/Makefile
hubertf 5aa36f5de4 Use the patch-sum file from ../nethack-lib, as we use all the patch
files from there too. (patch-ab was updated without that nethack-tty's
patch-sum file was updated)
2000-08-25 01:54:15 +00:00

17 lines
416 B
Makefile

# $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"