# $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $

PortSystem 1.0

name			swish-e
version			2.4.5
categories		www
platforms		darwin
maintainers		nomaintainer
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	${homepage}distribution/
checksums		md5 feae5ca1f5f4352190156b54a19c0153 \
			sha1 9e93580ef75c372eb232bc0a4940ce76f41a87f6 \
			rmd160 b89d8cc8d8f850d2ddf0b52b583a1cb1c0f3c1b3

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 powerpc {
#	configure.compiler	gcc-3.3
#}

livecheck.type	regex
livecheck.url	${homepage}download/
livecheck.regex	Swish-e version (\[0-9.\]+)
