# $Id: Portfile,v 1.4 2004/11/27 16:01:11 mww Exp $ PortSystem 1.0 name ripmime version 1.4.0.2 categories mail platforms darwin maintainers mww@opendarwin.org description ripmime is for extracting attached files out of a MIME package long_description ${description} homepage http://www.pldaniels.com/ripmime/ master_sites ${homepage} checksums md5 69e94c4fd5b1e416c28c49ae7941b082 use_configure no destroot { xinstall -s -m 755 ${worksrcpath}/ripmime ${destroot}${prefix}/bin xinstall -m 644 ${worksrcpath}/ripmime.1 \ ${destroot}${prefix}/share/man/man1 }