pkgsrc/games/ggz-client-libs/Makefile
rillig 382ca5f16e pkgsrc doesn't support PREFIX with spaces or other special characters.
Therefore it is not necessary to add the :Q modifier to this variable
and several others.

pkglint -r -Wall --autofix --only :Q
2018-01-14 15:26:46 +00:00

29 lines
955 B
Makefile

# $NetBSD: Makefile,v 1.14 2018/01/14 15:26:47 rillig Exp $
#
DISTNAME= ggz-client-libs-0.0.14.1
PKGREVISION= 8
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
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= msgfmt
CONFIGURE_ARGS+= --enable-debug-gdb
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
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"