8261ef3d74
Suggested by Matthias Scheler.
15 lines
334 B
Makefile
15 lines
334 B
Makefile
# $NetBSD: Makefile,v 1.12 2001/03/31 13:39:33 zuntum Exp $
|
|
#
|
|
|
|
.include "../nethack-lib/Makefile.common"
|
|
|
|
PKGNAME= nethack-lib-${NETHACK_VERSION}
|
|
|
|
COMMENT= data files for Nethack
|
|
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_SCRIPT= ./sys/unix/setup.sh
|
|
ALL_TARGET= datastuff
|
|
INSTALL_TARGET= manpages install-dat
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|