pkgsrc/misc/celestia/Makefile
jlam 28928b65a3 Don't include bsd.pkg.mk in Makefile.common. Include it in the package
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.
2004-11-12 15:12:00 +00:00

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"