# $Id: Portfile,v 1.23 2005/12/07 21:44:44 dluke Exp $ PortSystem 1.0 name apr-util version 1.2.2 categories devel maintainers dluke@geeklair.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/ depends_lib lib:libapr-0.0:apr port:expat \ port:libiconv lib:libdb-4:db4 distname httpd-2.2.0 use_bzip2 yes dist_subdir apache2 master_sites apache:httpd checksums md5 402b90a2e47205f94b3b1d91e1a8c459 extract.post_args | tar -f - -x ${distname}/srclib/apr-util worksrcdir ${distname}/srclib/apr-util configure.env CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib configure.args --with-apr=${prefix}/bin/apr-1-config --with-expat=${prefix} \ --with-iconv=${prefix} --with-berkeley-db=${prefix}