a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20403 2006-11-03 02:12:56Z jberry@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@macports.org
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/
}