21 lines
529 B
Makefile
21 lines
529 B
Makefile
# $NetBSD: Makefile,v 1.3 2004/11/12 23:44:02 kristerw Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-gtk-/}
|
|
|
|
COMMENT= GTK frontend for free real-time 3D space simulator
|
|
|
|
DEPENDS= celestia-${CELESTIA_VERS}*:../../misc/celestia
|
|
|
|
CONFIGURE_ARGS+= --with-gtk
|
|
|
|
BUILD_DIRS= ${WRKSRC}/src
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/celestia/celestia ${PREFIX}/bin/gtkcelestia
|
|
|
|
.include "../../graphics/gtkglext/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
.include "../../misc/celestia/Makefile.common"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|