# $Id: Portfile,v 1.5 2004/01/15 07:53:03 toby Exp $ PortSystem 1.0 name unrar version 3.11 platforms darwin freebsd 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/ master_sites http://files2.rarlab.com/rar/ checksums md5 1a55414d0288865a0f836a751884457a distname ${name}src-3.1.4 worksrcdir ${name} post-patch { xinstall ${worksrcpath}/makefile.unix ${worksrcpath}/Makefile } configure {} build.type gnu 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} } destroot.destdir prefix=${destroot}/${prefix}