diff options
Diffstat (limited to 'games/ggz-client-libs/Makefile')
-rw-r--r-- | games/ggz-client-libs/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/games/ggz-client-libs/Makefile b/games/ggz-client-libs/Makefile index 1d9da288e81..ae1792ffdb4 100644 --- a/games/ggz-client-libs/Makefile +++ b/games/ggz-client-libs/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/04/25 23:24:49 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2008/04/26 13:38:15 markd Exp $ # DISTNAME= ggz-client-libs-0.0.14.1 +PKGREVISION= 1 CATEGORIES= games MASTER_SITES= http://mirrors.ibiblio.org/pub/mirrors/ggzgamingzone/ggz/0.0.14.1/ @@ -14,6 +15,13 @@ USE_DIRS+= xdg-1.4 USE_LIBTOOL= yes CONFIGURE_ARGS+= --enable-debug-gdb +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} + +MAKE_DIRS+= ${PKG_SYSCONFDIR}/xdg/menus ${PKG_SYSCONFDIR}/xdg/menus/applications-merged +CONF_FILES+= ${PREFIX}/share/examples/ggz-client-libs/ggz.menu \ + ${PKG_SYSCONFDIR}/xdg/menus/ggz.menu +CONF_FILES+= ${PREFIX}/share/examples/ggz-client-libs/ggz.merge.menu \ + ${PKG_SYSCONFDIR}/xdg/menus/ggz.merge.menu .include "../../games/libggz/buildlink3.mk" .include "../../textproc/expat/buildlink3.mk" |