# $Id: Portfile,v 1.9 2005/05/31 19:22:37 toby Exp $ PortSystem 1.0 name unrar version 3.5.2 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.rarlab.com/ platforms darwin freebsd master_sites http://www.rarlab.com/rar/ distname ${name}src-${version} checksums md5 bd2bf020e3b33cb6872856c62cd6f580 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} }