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.
33 lines
898 B
Makefile
33 lines
898 B
Makefile
# $NetBSD: Makefile,v 1.14 2005/08/10 20:56:23 jlam Exp $
|
|
|
|
DISTNAME= gsasl-0.2.5
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://josefsson.org/gsasl/releases/ \
|
|
${MASTER_SITE_GNU:=gsasl/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.gnu.org/software/gsasl/
|
|
COMMENT= GNU implementation of the Simple Authentication and Security Layer
|
|
|
|
BUILD_USES_MSGFMT= yes
|
|
|
|
USE_TOOLS+= pkg-config
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
TEST_TARGET= check
|
|
|
|
INFO_FILES= gsasl.info
|
|
|
|
CONFIGURE_ARGS+= --disable-gtk-doc
|
|
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
|
|
|
|
PKGCONFIG_OVERRIDE+= libgsasl.pc.in
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/libidn/buildlink3.mk"
|
|
.include "../../devel/libntlm/buildlink3.mk"
|
|
.include "../../security/gss/buildlink3.mk"
|
|
.include "../../security/libgcrypt/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|