# $Id: Portfile,v 1.4 2005/01/04 22:14:12 toby Exp $ PortSystem 1.0 name star version 1.4.3 categories archivers platforms darwin maintainers mww@opendarwin.org description fastest and most POSIX 1003.1 conformant tar implementation long_description ${description} homepage http://www.fokus.fraunhofer.de/research/cc/berlios/employees/joerg.schilling/private/star.html master_sites ftp://ftp.berlios.de/pub/star/ checksums md5 e0760d494c1962d9d784d0c4378d40df use_bzip2 yes patchfiles patch-RULES__rules.prg configure {} build.type gnu pre-destroot { file delete ${worksrcpath}/INSTALL } destroot.destdir INS_BASE=${destroot}${prefix} \ MANDIR=share/man post-destroot { file delete -force ${destroot}${prefix}/share/man/man5 \ ${destroot}${prefix}/lib ${destroot}${prefix}/include }