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.
23 lines
696 B
Makefile
23 lines
696 B
Makefile
# $NetBSD: Makefile,v 1.16 2005/08/10 20:56:10 jlam Exp $
|
|
|
|
DISTNAME= libcomprex-0.3.3
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnupdate/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.gnupdate.org/components/libcomprex/index.xml
|
|
COMMENT= Library to handle (de)compression of files
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_PKGLOCALEDIR= yes
|
|
PKGCONFIG_OVERRIDE= libcomprex.pc.in
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV+= ac_cv_lib_curl_curl_formparse=yes
|
|
|
|
.include "../../archivers/bzip2/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../www/curl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|