pkgsrc/games/ggz-client-libs/Makefile
wiz d70523df21 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:01:16 +00:00

31 lines
988 B
Makefile

# $NetBSD: Makefile,v 1.7 2009/07/22 09:01:28 wiz Exp $
#
DISTNAME= ggz-client-libs-0.0.14.1
PKGREVISION= 3
CATEGORIES= games
MASTER_SITES= http://mirrors.ibiblio.org/pub/mirrors/ggzgamingzone/ggz/0.0.14.1/
MAINTAINER= mrohrer@users.sourceforge.net
HOMEPAGE= http://www.ggzgamingzone.org/
COMMENT= GGZ Gaming Zone libraries
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= msgfmt
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
CONF_FILES+= /dev/null ${PKG_SYSCONFDIR}/ggz.modules
.include "../../games/libggz/buildlink3.mk"
.include "../../textproc/expat/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"