diff options
Diffstat (limited to 'misc/celestia/Makefile')
-rw-r--r-- | misc/celestia/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/misc/celestia/Makefile b/misc/celestia/Makefile new file mode 100644 index 00000000000..77bbc10c71e --- /dev/null +++ b/misc/celestia/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/05/08 23:47:03 salo Exp $ +# + +.include "../../misc/celestia/Makefile.common" + +COMMENT= Free real-time 3D space simulator + +USE_PKGINSTALL= YES +USE_GMAKE= YES + +CONFIGURE_ARGS+= --without-gtk +CONFIGURE_ARGS+= --without-kde + +DOCDIR= ${PREFIX}/share/doc/celestia +EGDIR= ${PREFIX}/share/examples/celestia + +CONF_FILES= ${EGDIR}/celestia.cfg.default ${PKG_SYSCONFDIR}/celestia.cfg + +post-install: + ${INSTALL_DATA_DIR} ${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/COPYING ${WRKSRC}/controls.txt ${DOCDIR} + ${INSTALL_DATA_DIR} ${EGDIR} + ${INSTALL_DATA} ${WRKSRC}/celestia.cfg ${EGDIR}/celestia.cfg.default + +.include "../../graphics/Mesa/buildlink2.mk" +.include "../../graphics/jpeg/buildlink2.mk" +.include "../../graphics/png/buildlink2.mk" + +.include "../../mk/bsd.pkg.mk" |