16 lines
353 B
Makefile
16 lines
353 B
Makefile
# $NetBSD: Makefile,v 1.13 2002/09/20 21:20:03 jlam Exp $
|
|
#
|
|
|
|
.include "../nethack-lib/Makefile.common"
|
|
|
|
PKGNAME= nethack-lib-${NETHACK_VERSION}
|
|
|
|
COMMENT= data files for Nethack
|
|
|
|
USE_BUILDLINK2= yes
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_SCRIPT= ./sys/unix/setup.sh
|
|
ALL_TARGET= datastuff
|
|
INSTALL_TARGET= manpages install-dat
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|