Portfile

# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $

PortSystem 1.0

name altermime
version 0.3.6
categories mail
platforms darwin
maintainers nomaintainer@macports.org
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}/
}