2001-03-31 15:39:32 +02:00
|
|
|
# $NetBSD: Makefile,v 1.12 2001/03/31 13:39:33 zuntum Exp $
|
1998-08-27 14:58:51 +02:00
|
|
|
#
|
|
|
|
|
2000-08-10 19:50:04 +02:00
|
|
|
.include "../nethack-lib/Makefile.common"
|
1998-08-27 14:58:51 +02:00
|
|
|
|
2000-08-10 19:50:04 +02:00
|
|
|
PKGNAME= nethack-lib-${NETHACK_VERSION}
|
1998-08-27 14:58:51 +02:00
|
|
|
|
2001-02-16 16:10:41 +01:00
|
|
|
COMMENT= data files for Nethack
|
|
|
|
|
1998-08-27 14:58:51 +02:00
|
|
|
HAS_CONFIGURE= yes
|
2000-03-27 10:54:53 +02:00
|
|
|
CONFIGURE_SCRIPT= ./sys/unix/setup.sh
|
1998-08-27 14:58:51 +02:00
|
|
|
ALL_TARGET= datastuff
|
|
|
|
INSTALL_TARGET= manpages install-dat
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|