# $Id: Portfile,v 1.3 2003/06/10 02:55:03 landonf Exp $ PortSystem 1.0 name apr-util version 0.9.3 categories devel maintainers rooneg@electricjellyfish.net description utilities built with the apache group's portability library long_description apr-util is a library of useful utilities built with \ and intended to be used with the Apache Portable \ Runtime. homepage http://apr.apache.org/ platforms darwin master_sites http://www.apache.org/dist/apr/ distfiles apr-util-0.9.3.tar.gz patchfiles patch-configure depends_lib lib:libapr-0.0:apr lib:libexpat.0:expat lib:libiconv.2:libiconv checksums apr-util-0.9.3.tar.gz md5 5dbe535cf7c07677e41ef2bf4759fecf configure.env CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib configure.args-append --with-apr=${prefix} --with-expat=${prefix}