# $Id: Portfile,v 1.7 2005/01/25 07:49:33 toby Exp $ PortSystem 1.0 name unrar version 3.4.3 categories archivers maintainers max@kruschwitz.biz description Extract, view & test RAR archives long_description The unRAR utility is a minor part of the \ RAR archiver and contains RAR uncompression algorithm. \ unRAR requires very small volume of memory to operate. homepage http://www.rarsoft.com/ platforms darwin freebsd master_sites http://files10.rarlab.com/rar/ distname ${name}src-3.4.3 checksums md5 06966791546a7b40a2b0139fba552cb0 worksrcdir ${name} configure {} build.args -f makefile.unix destroot { xinstall ${worksrcpath}/${name} ${destroot}/${prefix}/bin xinstall -d ${destroot}${prefix}/share/doc/${name} xinstall ${worksrcpath}/license.txt ${worksrcpath}/readme.txt \ ${destroot}${prefix}/share/doc/${name} }