pkgsrc/games/nethack-lib/Makefile

23 lines
607 B
Makefile
Raw Normal View History

1998-11-13 00:34:30 +01:00
# $NetBSD: Makefile,v 1.3 1998/11/12 23:34:31 frueauf Exp $
#
DISTNAME= nethack-3.2.2
PKGNAME= nethack-lib-3.2.2
CATEGORIES= games
MASTER_SITES= http://pinky.wtower.com/nethack/sources/
MAINTAINER= root@garbled.net
HOMEPAGE= http://www.win.tue.nl/games/roguelike/nethack/
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= sys/unix/setup.sh
ALL_TARGET= datastuff
INSTALL_TARGET= manpages install-dat
post-patch:
1998-09-24 18:53:19 +02:00
@${MV} ${WRKSRC}/include/config.h ${WRKSRC}/foo
1998-11-13 00:34:30 +01:00
@${SED} -e 's@XXXLOCALBASEXXX@${LOCALBASE}@g' <${WRKSRC}/foo> ${WRKSRC}/include/config.h
1998-09-24 18:53:19 +02:00
@${RM} -f ${WRKSRC}/foo
.include "../../mk/bsd.pkg.mk"