# $Id: Portfile 29065 2007-09-14 12:48:06Z nox@macports.org $ PortSystem 1.0 name atool version 0.33.0 categories archivers platforms darwin maintainers expiation@devils.com homepage http://www.nongnu.org/atool/ description An archival front-end long_description atool is a script for managing file archives of various \ types (tar, tar+gzip, zip etc). master_sites http://download.savannah.gnu.org/releases/atool/ checksums md5 7b069de13fa74dc1369d2d1efd43adbf \ sha1 150589966518003376e502eb704404ee2af017a4 \ rmd160 8cec1c25ef13212b7f7215cd72b2c009207a7751 build {} depends_build port:perl5.8 depends_run port:perl5.8 post-destroot { set docdir ${prefix}/share/doc/${name}-${version} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} COPYING ChangeLog NEWS README TODO \ ${destroot}${docdir} } universal_variant no