# $Id: Portfile,v 1.1 2004/08/27 14:21:48 mww Exp $

PortSystem 1.0

name			autobuild
version			3.3
categories		devel
platforms		darwin
maintainers		mww@opendarwin.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
