bfae647ea2
pkg-config 0.21 === - Fix some cosmetic output from pkg.m4 - Fix build problems with !gcc due to always passing -Wall - Documentation fixes - We now always add the Cflags from packages we depend on, whether they are public or private dependencies. The discussion surrouding this change can be found in http://bugs.debian.org/340904 . - Add internal pkg-config package which can be queried for version number and other information.
33 lines
823 B
Makefile
33 lines
823 B
Makefile
# $NetBSD: Makefile,v 1.6 2006/08/22 18:21:22 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= pkg-config-0.21
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://pkgconfig.freedesktop.org/releases/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://pkgconfig.freedesktop.org/
|
|
COMMENT= System for managing library compile/link flags
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
CONFIGURE_ARGS+= --disable-threads
|
|
|
|
# old name of the package
|
|
CONFLICTS= pkgconfig-[0-9]*
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "IRIX"
|
|
# configure bails out in subdir after re-parsing the cache
|
|
CONFIGURE_ARGS+= --cache-file=/dev/null
|
|
.endif
|
|
|
|
# needed for fifth test case
|
|
BUILDLINK_PASSTHRU_DIRS= /private-dep /public-dep /requires-test
|
|
TEST_TARGET= check
|
|
|
|
.include "../../mk/dlopen.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|