pkgsrc/devel/apr-util/Makefile
tonnerre 100a4f1e35 Upgrade apr-util to version 1.3.8, which, unlike 1.3.7, is still downloadable.
Changes since 1.3.7:
 - Use locally scoped variables in PostgreSQL driver to avoid stomping
   on return codes.
 - Fix race conditions in initialisation of DBD, DBM and DSO.
 - Expose DBM libs in apu-1-config by default. To avoid that, use
   apu-1-config --avoid-dbm --libs. To get just DBM libs, use
   apu-1-config --dbm-libs.
 - Make sure --without-ldap works.
2009-08-04 10:13:04 +00:00

34 lines
954 B
Makefile

# $NetBSD: Makefile,v 1.13 2009/08/04 10:13:04 tonnerre Exp $
DISTNAME= apr-util-1.3.8
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_APACHE:=apr/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://apr.apache.org/
COMMENT= Apache Portable Runtime utilities
LICENSE= apache-2.0
PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-apr=${BUILDLINK_PREFIX.apr}/bin/apr-1-config
CONFIGURE_ARGS+= --with-expat=${BUILDLINK_PREFIX.expat}
CONFIGURE_ARGS+= --without-gdbm
CONFIGURE_ARGS+= --without-sqlite2
PKGCONFIG_OVERRIDE+= apr-util.pc.in
MAKE_ENV+= WRAPPER_DIR=${WRAPPER_DIR:Q}
.include "../../mk/bsd.prefs.mk"
.include "options.mk"
.include "../../converters/libiconv/buildlink3.mk"
BUILDLINK_API_DEPENDS.apr+= apr>=1.3.0
.include "../../devel/apr/buildlink3.mk"
.include "../../textproc/expat/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"