# $Id: Portfile,v 1.11 2006/06/21 07:08:05 mww Exp $

PortSystem 1.0
name			unrar
version			3.6.5
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 2ffd7aa7363928e2ecf6bcc222873a3c \
				sha1 2388fd40b2c8a0ce19f2eaa3dbd3b509e28a7b58 \
				rmd160 9aa3b60595a76208390655fa7a51127accb4b434

worksrcdir		${name}

configure		{}

build.args		-f makefile.unix

destroot {
	xinstall ${worksrcpath}/${name} ${destroot}/${prefix}/bin
}
