28928b65a3
Makefiles themselves so we can more precisely control when it is included, as well as avoiding including it multiple times by accident. This fixes the spewage in the bulk builds for misc/celestia-kde.
15 lines
433 B
Makefile
15 lines
433 B
Makefile
# $NetBSD: Makefile,v 1.6 2004/11/12 15:12:00 jlam Exp $
|
|
|
|
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"
|