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.
22 lines
543 B
Makefile
22 lines
543 B
Makefile
# $NetBSD: Makefile,v 1.4 2005/08/10 20:56:16 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= ckmame-0.6
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= http://www.nih.at/ckmame/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= dillo@NetBSD.org
|
|
HOMEPAGE= http://www.nih.at/ckmame/
|
|
COMMENT= Check ROM sets for MAME
|
|
|
|
USE_TOOLS+= pkg-config
|
|
GNU_CONFIGURE= yes
|
|
TEST_TARGET= check
|
|
|
|
.include "../../archivers/libzip/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../mk/db1.builtin.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|