# $Id: Portfile 59279 2009-10-13 00:46:53Z blb@macports.org $

PortSystem 1.0
name		anubis
version		4.1.1
categories	mail
maintainers	nomaintainer
description	GNU Anubis is an outgoing mail processor.
long_description GNU Anubis goes between the MUA (Mail User Agent) and the MTA (Mail Transport Agent), and can perform on the fly various sorts of processing and conversion on the outgoing mail in accord with the sender's specified rules, based on a highly configurable regular expressions system. It operates as a proxy server, independently from mail user agents. 
homepage	http://www.gnu.org/software/anubis
platforms	darwin

master_sites	gnu
checksums	md5     28df4daee11bc74a9e4b19b425d8a196 \
		sha1    d2960606bf8bda3438a75d668fc12a711f70d353 \
		rmd160  4c21b871c4a8c486783184a4400dce8bfd6757a8

depends_lib	port:gettext port:libiconv port:libgsasl port:gdbm

patchfiles	patch-lib__obstack.c

configure.args	--infodir=${prefix}/share/info \
		--mandir=${prefix}/share/man \
		--without-guile \
		--without-gpgme \
		--without-gnutls

platform darwin 8 powerpc {
	configure.compiler	gcc-3.3
}
