# $Id: Portfile 30224 2007-10-22 22:49:14Z jmpp@macports.org $
PortSystem 1.0
name		autobook
version		1.4
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
platforms	darwin 
homepage	http://sources.redhat.com/autobook/
master_sites	${homepage}
checksums	md5 623957f2ebe498457f4527c1477690f2

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