# $Id$

PortSystem 1.0

name		autobook
version		1.5
description	A tutorial covering the gnu autotools.
long_description	This book is a tutorial for Autoconf, Automake and \
			Libtool, hereafter referred to as the GNU Autotools. \
			The GNU manuals that accompany each tools adequately \
			document each tool in isolation. Until now, there has \
			not been a guide that has described how these tools \
			work together.
maintainers	nomaintainer
categories	devel
license		OPL-0.4
platforms	darwin
supported_archs	noarch
homepage	http://sources.redhat.com/autobook/
master_sites	${homepage}
checksums	md5 ce2be49c716a917e7c9342e7dedfeaf0

use_configure	no
build		{}
destroot {
	file mkdir ${destroot}${prefix}/share/doc
	file copy ${portpath}/work/${name}-${version} ${destroot}${prefix}/share/doc/
}

livecheck.type	regex
livecheck.regex	${name}-(\[0-9.\]+)\\.tar