# $Id: Portfile,v 1.1 2005/11/04 06:16:26 mww Exp $

PortSystem 1.0

name			swish-e
version			2.4.3
categories		www
platforms		darwin
maintainers		mww@opendarwin.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 d611ba8d40fe5340097ca6e8a042ca44

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
}

