Portfile

# $Id: Portfile 22717 2007-03-12 22:15:31Z mww@macports.org $

PortSystem 1.0

name star
version 1.5a77
categories archivers
platforms darwin
maintainers mww@macports.org
description fast and POSIX 1003.1 conformant tar implementation
long_description ${description}

homepage http://cdrecord.berlios.de/old/private/star.html
master_sites ftp://ftp.berlios.de/pub/star/alpha/
checksums sha1 3fcd7f8019b299a9fb6b5dc793de3b20effcd8c2
patchfiles patch-RULES__rules.prg
use_bzip2 yes

depends_build port:smake

worksrcdir star-1.5

use_configure no

build.cmd ${prefix}/bin/smake

destroot.destdir INS_BASE=${destroot}${prefix} \
MANDIR=share/man
post-destroot {
cd ${destroot}${prefix}/bin
file delete -force gnutar mt tar
file rename tartest startest
cd ${destroot}${prefix}/share/man
file delete -force man1/gnutar.1 man1/match.1 man1/rmt.1 man3
file delete -force ${destroot}${prefix}/lib ${destroot}${prefix}/include
}

livecheck.check freshmeat

files