a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22970 2007-03-20 22:55:33Z eridius@macports.org $
PortSystem 1.0
name afio
version 2.5
categories archivers
platforms darwin
maintainers michael.klein@puffin.lb.shuttle.de
description Archiver & backup program with builtin compression
long_description Afio makes cpio-format archives. It deals somewhat \
gracefully with input data corruption, supports \
multi-volume archives during interactive operation, and \
can make compressed archives that are much safer than \
compressed tar or cpio archives. Afio is best used as \
an `archive engine' in a backup script.
homepage http://freshmeat.net/projects/afio/
master_sites http://members.brabant.chello.nl/~k.holtman
checksums md5 8c6665e0f875dcd8e1bdb18644b59688
extract.suffix .tgz
use_configure no
build.target afio
destroot {
xinstall ${worksrcpath}/afio ${destroot}${prefix}/bin/
xinstall ${worksrcpath}/afio.1 ${destroot}${prefix}/share/man/man1/
}
destroot.destdir prefix=${destroot}${prefix}