9c8b5ede43
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
33 lines
824 B
Makefile
33 lines
824 B
Makefile
# $NetBSD: Makefile,v 1.5 2006/03/04 21:29:26 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= pkg-config-0.20
|
|
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"
|