DESCRIPTION="The Apache Web Server." HOMEPAGE="http://httpd.apache.org" SRC_URI="http://apache.osuosl.org//httpd/httpd-2.2.17.tar.gz" REVISION="1" STATUS_HAIKU="stable" DEPEND="dev-libs/apr >= 1.4 2 dev-libs/apr-utils >= 1.3.9" CHECKSUM_MD5="66d8e107f85acc039fd5e624e85728a9" BUILD() { cd httpd-2.2.17 libtoolize --force --copy --install aclocal autoconf ./configure --prefix=`finddir B_COMMON_DIRECTORY` \ --sbindir=`finddir B_COMMON_BIN_DIRECTORY` \ --mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man \ --sysconfdir=`finddir B_COMMON_SETTINGS_DIRECTORY` make } INSTALL() { cd httpd-2.2.17 make install } TEST() { cd httpd-2.2.17 make test } LICENSE="Apache v2" COPYRIGHT="2009 The Apache Software Foundation."