# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 84550 2011-09-27 21:05:11Z snc@macports.org $

PortSystem 1.0
name		anubis
version		4.1.1
revision            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           rmd160  4c21b871c4a8c486783184a4400dce8bfd6757a8 \
                    sha256  93ef7a2d8bc3b50cd2e228cfe27e296ee14accadf8533bad9b2beee88a96e8fa

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
}
