# $Id: Portfile,v 1.4 2003/12/30 10:00:04 jkh Exp $ PortSystem 1.0 name gnutar version 1.13.25 categories archivers maintainers mww@opendarwin.org description tar version of the GNU project long_description the gnutar program creates, adds files to, or extracts \ files from an archive file in gnutar format, called a tarfile. \ A tarfile is often a magnetic tape, but can be a floppy \ diskette or any regular disk file. homepage http://www.gnu.org/software/tar/ master_sites ftp://alpha.gnu.org/gnu/tar \ ftp://ftp.funet.fi/pub/mirrors/alpha.gnu.org/gnu/tar checksums md5 6ef8c906e81eee441f8335652670ac4a distname tar-${version} platforms darwin configure.args --program-prefix=gnu --infodir=${prefix}/share/info post-build { system "strip ${build.dir}/src/tar \ ${build.dir}/src/rmt" } post-destroot { xinstall -v -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -v -W ${worksrcpath} \ ABOUT-NLS AUTHORS COPYING ChangeLog ChangeLog.1 INSTALL \ NEWS PORTS README README-alpha THANKS TODO \ ${destroot}${prefix}/share/doc/${name} }