pkgsrc/devel/pkgconfig/Makefile
grant 88b2f1bdc9 - pkgconfig uses dlopen(), so include dlopen.buildlink3.mk.
- Darwin has no prototype for poll(), so in glib, do what it already did
  for Solaris.

fixes build on Darwin.

bump PKGREVISION for dlcompat dependency.
2004-12-18 16:57:56 +00:00

33 lines
794 B
Makefile

# $NetBSD: Makefile,v 1.20 2004/12/18 16:57:56 grant Exp $
#
DISTNAME= pkgconfig-0.15.0
PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://www.freedesktop.org/software/pkgconfig/releases/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.freedesktop.org/Software/pkgconfig
COMMENT= System for managing library compile/link flags
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
CONFIGURE_ARGS+= --disable-threads
.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
TEST_TARGET= check
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/pkgconfig
.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"