7820875fff
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
24 lines
690 B
Makefile
24 lines
690 B
Makefile
# $NetBSD: Makefile,v 1.16 2005/08/10 20:56:20 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= gxmame-0.35beta1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gxmame/}
|
|
|
|
MAINTAINER= flynn@energyhq.es.eu.org
|
|
HOMEPAGE= http://gxmame.sourceforge.net/
|
|
COMMENT= Frontend for XMame using the GTK2 library
|
|
|
|
BUILD_USES_MSGFMT= yes
|
|
DEPENDS+= xmame>=0.87:../../emulators/xmame
|
|
DEPENDS+= p5-XML-Parser>=2.34:../../textproc/p5-XML-Parser
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_DIRS+= gnome2-1.5
|
|
USE_TOOLS+= gmake pkg-config
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../textproc/expat/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|