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
507 B
Makefile
23 lines
507 B
Makefile
# $NetBSD: Makefile,v 1.13 2005/08/10 20:56:23 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= gss-0.0.15
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://josefsson.org/gss/releases/ \
|
|
${MASTER_SITE_GNU:=gss/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.gnu.org/software/gss/
|
|
COMMENT= GNU Generic Security Service Library
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_TOOLS+= pkg-config
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= gss.pc.in
|
|
|
|
INFO_FILES= gss.info
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|