# $Id: Portfile,v 1.4 2005/03/23 21:14:10 mww Exp $

PortSystem 1.0

name			archmbox
version			4.9.0
categories		mail
platforms		darwin
maintainers		mww@opendarwin.org
description		simple email archiver for the mbox format
long_description	Archmbox is a simple email archiver written in perl. \
				It parses one or more mailboxes, selects some or all \
				messages and then performs specific actions on the \
				selected messages. At this time archmbox supports mbox \
				and mbx mailbox formats.

homepage		http://adc-archmbox.sourceforge.net/
master_sites	sourceforge:adc-archmbox
checksums		md5 15ef4fb0e83e10022264bebcd0138ff1

depends_lib		bin:perl:perl5.8 \
				bin:bzip2:bzip2 \
				bin:mailutil:imap-uw

configure.env	TMP_DIR=${workpath}
configure.args	--mandir=${prefix}/share/man
