freebsd-ports/devel/autobook/Makefile
Edwin Groothuis 211df51708 Update to version 1.5
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.
2006-03-21 12:39:12 +00:00

22 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>