# $Id: Portfile,v 1.5 2004/11/30 14:47:53 mww Exp $ PortSystem 1.0 name gnutar version 1.14 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 f1932e0fbd4641885bfdcc75495c91b7 distname tar-${version} use_bzip2 yes platforms darwin configure.args --program-prefix=gnu \ --infodir=${prefix}/share/info 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} }