pkgsrc/math/xlife/Makefile
wiz c7383780db Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.
2015-08-18 07:31:00 +00:00

30 lines
783 B
Makefile

# $NetBSD: Makefile,v 1.20 2015/08/18 07:31:12 wiz Exp $
#
DISTNAME= xlife-5.0
PKGREVISION= 6
CATEGORIES= math games
MASTER_SITES= http://www.catb.org/~esr/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.catb.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} ${DESTDIR}${PREFIX}/share/xlife/${d}
cd ${WRKSRC}/${d}; for l in *.l; do \
${INSTALL_DATA} $${l} ${DESTDIR}${PREFIX}/share/xlife/${d}; \
done
.endfor
.include "../../mk/curses.buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"