summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorhira <hira@pkgsrc.org>2005-06-20 06:06:11 +0000
committerhira <hira@pkgsrc.org>2005-06-20 06:06:11 +0000
commit323e0aab03b0be162c79dda8581f34ba791ab61d (patch)
treee6ab7883433c3ccc50bf9e704d93e8635cfe9c5d /misc
parentba19c0addc9f46bb50a57efda1567b52ae65ce01 (diff)
downloadpkgsrc-323e0aab03b0be162c79dda8581f34ba791ab61d.tar.gz
Use devel/GConf2/schemas.mk. Bump PKGREVISION.
Reviewed by minskim@.
Diffstat (limited to 'misc')
-rw-r--r--misc/celestia-gnome/Makefile19
-rw-r--r--misc/celestia-gnome/PLIST4
2 files changed, 10 insertions, 13 deletions
diff --git a/misc/celestia-gnome/Makefile b/misc/celestia-gnome/Makefile
index 416b237b76c..b007dceb6b2 100644
--- a/misc/celestia-gnome/Makefile
+++ b/misc/celestia-gnome/Makefile
@@ -1,27 +1,22 @@
-# $NetBSD: Makefile,v 1.10 2005/06/17 03:50:21 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2005/06/20 06:06:11 hira Exp $
PKGNAME= ${DISTNAME:S/-/-gnome-/}
+PKGREVISION= 1
COMMENT= GNOME frontend for free real-time 3D space simulator
DEPENDS= celestia-${CELESTIA_VERS}*:../../misc/celestia
+CELESTIA_PROGPREFIX= g
+
CONFIGURE_ARGS+= --with-gnome
BUILD_DIRS= ${WRKSRC}/src
+INSTALL_DIRS= ${BUILD_DIRS}
INSTALLATION_DIRS= bin share/applications share/pixmaps
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/celestia/celestia \
- ${PREFIX}/bin/gcelestia
- ${INSTALL_DATA_DIR} ${PREFIX}/etc/gconf/schemas
- ${INSTALL_DATA} ${WRKSRC}/src/celestia/gtk/data/celestia.schemas \
- ${PREFIX}/etc/gconf/schemas
- ${INSTALL_DATA} ${WRKSRC}/src/celestia/gtk/data/celestia.desktop \
- ${PREFIX}/share/applications/
- ${INSTALL_DATA} ${WRKSRC}/src/celestia/gtk/data/celestia.png \
- ${PREFIX}/share/pixmaps
+GCONF2_SCHEMAS= celestia.schemas
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../graphics/gtkglext/buildlink3.mk"
@@ -29,4 +24,6 @@ do-install:
.include "../../misc/celestia/Makefile.common"
+.include "../../devel/GConf2/schemas.mk"
+
.include "../../mk/bsd.pkg.mk"
diff --git a/misc/celestia-gnome/PLIST b/misc/celestia-gnome/PLIST
index 971f7cf1b9f..dc49269c8b2 100644
--- a/misc/celestia-gnome/PLIST
+++ b/misc/celestia-gnome/PLIST
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.2 2004/11/10 16:42:40 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2005/06/20 06:06:11 hira Exp $
bin/gcelestia
-etc/gconf/schemas/celestia.schemas
share/applications/celestia.desktop
+share/gconf/schemas/celestia.schemas
share/pixmaps/celestia.png