Portfile

# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $

PortSystem 1.0

name autobuild
version 3.3
categories devel
platforms darwin
maintainers nomaintainer@macports.org
description processes output from building software
long_description Autobuild is a package that process output from building \
software, primarily focused on packages using autoconf and \
automake, and then generate a HTML summary file, \
containing links to each build log. The output include \
project name, version, build host types (cross compile \
aware), compiler host name, date of build, and indication \
of success or failure. The output is indexed in many ways \
to simplify browsing.

homepage http://josefsson.org/autobuild/
master_sites ${homepage}/releases/
checksums md5 4ab6ff0d8790efc627df3336882ef982

depends_lib bin:perl:perl5.8

configure.args --mandir=${prefix}/share/man \
--infodir=${prefix}/share/info