# $Id: Portfile,v 1.1 2005/10/28 16:33:15 mww Exp $

PortSystem 1.0

name			unzoo
version			4.4
categories		archivers
platforms		darwin
maintainers		mww@opendarwin.org
description		A zoo archive extractor
long_description	Unzoo is a zoo archive extractor written by Martin \
			Schoenert. If unzoo is called with no arguments, it will first \
			print a summary of the commands and then prompt for command lines \
			interactively.

homepage		http://freshmeat.net/projects/unzoo/
master_sites	http://critical.ch/unzoo/
checksums		md5 2e73c26188688033b7c2b6c7da32ad39

post-extract {
	file copy ${filespath}/Makefile ${worksrcpath}
}

use_configure	no

destroot {
	xinstall -m 755 ${worksrcpath}/unzoo ${destroot}${prefix}/bin
	xinstall -m 644 ${worksrcpath}/unzoo.1 ${destroot}${prefix}/share/man/man1
}

