Portfile

# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $

PortSystem 1.0

name swish-e
version 2.4.4
categories www
platforms darwin
maintainers nomaintainer@macports.org
description system for indexing collections of Web pages
long_description SWISH-E is a fast, powerful, flexible, free, and easy to \
use system for indexing collections of Web pages or other files.

homepage http://swish-e.org/
master_sites http://swish-e.org/distribution/
checksums md5 33013fd25abd8402f28c2bc7cd5bd95b

depends_lib port:zlib port:libxml2 port:libiconv

configure.args --mandir=${prefix}/share/man --without-pcre \
--with-zlib=${prefix} --with-libxml2=${prefix}

#platform darwin 8 {
# configure.env-append CC=/usr/bin/gcc-3.3 CPP=/usr/bin/cpp-3.3 CXX=/usr/bin/g++-3.3
#}