# $Id: Portfile 22073 2007-02-17 05:08:34Z markd@macports.org $ PortSystem 1.0 name star version 1.5a77-pre 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/alpha checksums md5 bf0dc59e487f1cab8be80fd18bcfe076 use_bzip2 yes patchfiles patch-RULES__rules.prg worksrcdir star-1.5 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 }