pkgsrc/misc/celestia/Makefile
jlam daa2b1ac9b Bump the PKGREVISION of packages that linked against the lua shared
library after lang/lua was libtoolized in lua-5.0.2nb4.
2005-09-04 05:00:36 +00:00

16 lines
448 B
Makefile

# $NetBSD: Makefile,v 1.7 2005/09/04 05:00:36 jlam Exp $
PKGREVISION= 1
COMMENT= Free real-time 3D space simulator
USE_PKGINSTALL= yes
EGDIR= ${PREFIX}/share/examples/celestia
CONF_FILES= ${EGDIR}/celestia.cfg.default ${PKG_SYSCONFDIR}/celestia.cfg
post-install:
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/celestia.cfg ${EGDIR}/celestia.cfg.default
.include "../../misc/celestia/Makefile.common"
.include "../../mk/bsd.pkg.mk"