GARNAME = apache2 GARVERSION = 2.2.8 CATEGORIES = net DISTFILE_SITES = $(MASTER_APACHE) DISTFILE_SUBDIR = httpd/ DISTNAME = httpd-$(GARVERSION) DISTFILES = $(DISTNAME).tar.gz LIBDEPS = net/openssl comp/zlib net/openldap sys/gdbm db/db DESCRIPTION = The Apache HTTP server HOME_URL = http://httpd.apache.org/ CONFIGURE_SCRIPTS = $(WORKSRC)/configure BUILD_SCRIPTS = $(WORKSRC)/Makefile INSTALL_SCRIPTS = $(WORKSRC)/Makefile-DESTDIR CONFIGURE_ARGS = \ --prefix=$(prefix) \ --localstatedir=$(vardir) \ --sysconfdir=$(sysconfdir)/apache \ --enable-layout=GNU \ --enable-auth-anon \ --enable-auth-dbm \ --enable-auth-digest \ --enable-cache \ --enable-disk-cache \ --enable-mem-cache \ --enable-dumpio \ --enable-ldap \ --enable-auth-ldap \ --enable-ext-filter \ --enable-deflate \ --enable-log-forensic \ --enable-logio \ --enable-mime-magic \ --enable-cern-meta \ --enable-expires \ --enable-headers \ --enable-usertrack \ --enable-unique-id \ --enable-proxy \ --enable-proxy-connect \ --enable-proxy-ftp \ --enable-proxy-http \ --enable-ssl \ --enable-http \ --enable-dav \ --enable-info \ --enable-cgi \ --enable-dav-fs \ --enable-vhost-alias \ --enable-speling \ --enable-rewrite \ --with-ssl=$(prefix) \ --with-z=$(prefix) \ --with-program-name=apache2 \ --disable-shared \ --enable-static \ --with-ldap=ldap \ --with-dbm=gdbm \ --with-gdbm=$(prefix) include ../../gar.mk COLLISIONS += bin lib libexec CFLAGS += $(shell getconf LFS_CFLAGS)