pkgsrc/math/xlife/Makefile
jlam 5a7738ae2c INSTALL_TARGET is automatically set to the right value if USE_IMAKE is
defined, so no need to set it explicitly here.
2006-06-21 18:18:05 +00:00

27 lines
635 B
Makefile

# $NetBSD: Makefile,v 1.13 2006/06/21 18:18:05 jlam Exp $
#
DISTNAME= xlife-5.0
PKGREVISION= 5
CATEGORIES= math games
MASTER_SITES= http://www.tuxedo.org/~esr/
MAINTAINER= fredb@NetBSD.org
HOMEPAGE= http://www.tuxedo.org/~esr/software.html
COMMENT= John Horton Conway's "Game of Life"
WRKSRC= ${WRKDIR}
USE_IMAKE= yes
pre-build:
${TOUCH} ${WRKSRC}/collect.man ${WRKSRC}/lifesearchdumb.man
post-install:
.for d in codd life misc wireworld
${INSTALL_DATA_DIR} ${PREFIX}/share/xlife/${d}
cd ${WRKSRC}/${d}; for l in *.l; do \
${INSTALL_DATA} $${l} ${PREFIX}/share/xlife/${d}; \
done
.endfor
.include "../../mk/bsd.pkg.mk"