# $Id: Portfile,v 1.6 2005/09/12 07:47:07 mww Exp $

PortSystem 1.0
name		anubis
version		4.0
categories	mail
maintainers	darwinports@opendarwin.org
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 cded94ad14e528e899f5e8f7fd1aa022

patchfiles	patch-lib__obstack.c

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

platform darwin 8 {
	configure.env	CC=/usr/bin/gcc-3.3 CPP=/usr/bin/cpp-3.3
}
