a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
name unzoo
version 4.4
categories archivers
platforms darwin
maintainers nomaintainer@macports.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
}