2000-08-25 03:54:15 +02:00
|
|
|
# $NetBSD: Makefile,v 1.8 2000/08/25 01:54:17 hubertf Exp $
|
2000-08-10 19:50:04 +02:00
|
|
|
#
|
1998-08-27 15:11:04 +02:00
|
|
|
|
2000-08-10 19:50:04 +02:00
|
|
|
.include "../nethack-lib/Makefile.common"
|
1998-08-27 15:11:04 +02:00
|
|
|
|
2000-08-10 19:50:04 +02:00
|
|
|
PKGNAME= nethack-tty-${NETHACK_VERSION}
|
1998-08-27 15:11:04 +02:00
|
|
|
|
2000-08-10 19:50:04 +02:00
|
|
|
DEPENDS+= nethack-lib-${NETHACK_VERSION}:../nethack-lib
|
1998-08-27 15:11:04 +02:00
|
|
|
|
|
|
|
ALL_TARGET= nethack
|
|
|
|
INSTALL_TARGET= binfiles
|
|
|
|
MAKE_ENV+= GTYPE=-tty
|
|
|
|
|
2000-08-10 19:50:04 +02:00
|
|
|
PATCHDIR= "${.CURDIR}/../nethack-lib/patches"
|
2000-08-25 03:54:15 +02:00
|
|
|
PATCH_SUM_FILE= ${.CURDIR}/../nethack-lib/files/patch-sum
|
1998-08-27 15:11:04 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|