# $Id: Portfile,v 1.7 2005/01/05 10:08:29 toby Exp $ PortSystem 1.0 name gnutar version 1.15.1 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 gnu:tar checksums md5 57da3c38f8e06589699548a34d5a5d07 distname tar-${version} use_bzip2 yes platforms darwin configure.args --program-prefix=gnu \ --infodir=${prefix}/share/info test.run yes test.target check 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 THANKS TODO \ ${destroot}${prefix}/share/doc/${name} }