mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
211df51708
Wednesday, Feb 8th 2006, 13:52:00 Gary V. Vaughan A slew of updates: * Fixed the long-standing missing examples bug with the online book. * Created brand new examples that work with autoconf-2.59, automake-1.9.6 and libtool-1.5.22: o foonly-2.0 o small-2.0 o hello-2.0 o convenience-2.0 * Fixed some more typos in the book's text. * Uploaded a new autobook-1.5 version of the downloadable html version of the book incorporating all of these changes.
23 lines
511 B
Makefile
23 lines
511 B
Makefile
# New ports collection makefile for: autobook
|
|
# Date created: 13 December 2001
|
|
# Whom: Edwin Groothuis (edwin@mavetju.org)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= autobook
|
|
PORTVERSION= 1.5
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://sources.redhat.com/autobook/
|
|
|
|
MAINTAINER= edwin@mavetju.org
|
|
COMMENT= GNU autoconf, automake and libtool - The Book
|
|
|
|
NO_BUILD= yes # it's only text!
|
|
|
|
do-install:
|
|
${MKDIR} ${PREFIX}/share/doc/autobook
|
|
${CP} ${WRKSRC}/* ${PREFIX}/share/doc/autobook
|
|
|
|
.include <bsd.port.mk>
|