# $Id: Portfile 30236 2007-10-22 23:15:10Z jmpp@macports.org $

PortSystem 1.0

name			altermime
version			0.3.6
categories		mail
platforms		darwin
maintainers		nomaintainer
description		integrated email manipulation utility
long_description	alterMIME is an integrated email/mailpack manipulation \
				utility. It adds and modifies headers, adds disclaimers, and \
				changes or removes embedded attachments.

homepage		http://www.pldaniels.com/altermime/
master_sites	${homepage}
checksums		md5 a9dc3962b00e4a6d6f3b93f10858bd35

use_configure	no

build.target

destroot {
	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
	xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin
	xinstall -m 644 -W ${worksrcpath} CHANGELOG INSTALL LICENCE README \
		${destroot}${prefix}/share/doc/${name}/
}
