a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
name fastjar
version 0.93
categories archivers java
platforms darwin
maintainers nomaintainer@macports.org
description fast implementation of Sun's jar utility in C
long_description Fastjar is an implementation of Sun's jar utility that \
comes with the JDK, written entirely in C, and runs in a \
fraction of the time while being 100% feature compatible.
homepage http://fastjar.sourceforge.net/
master_sites sourceforge
extract.suffix .tgz
checksums md5 a8159d2042bce9998020f197fee39ef1
patchfiles patch-jargrep.c
build.args AUTOCONF=true AUTOMAKE=true
destroot.args ${build.args}
post-destroot {
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
xinstall -m 644 -W ${worksrcpath} AUTHORS CHANGES COPYING ChangeLog \
INSTALL LICENSE NEWS README ${destroot}${prefix}/share/doc/${name}
}