2001-12-18 14:45:04 +01:00
|
|
|
# New ports collection makefile for: autobook
|
|
|
|
# Date created: 13 December 2001
|
|
|
|
# Whom: Edwin Groothuis (edwin@mavetju.org)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= autobook
|
2006-03-21 13:39:12 +01:00
|
|
|
PORTVERSION= 1.5
|
2001-12-18 14:45:04 +01:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= http://sources.redhat.com/autobook/
|
|
|
|
|
|
|
|
MAINTAINER= edwin@mavetju.org
|
2003-02-21 12:23:04 +01:00
|
|
|
COMMENT= GNU autoconf, automake and libtool - The Book
|
2001-12-18 14:45:04 +01:00
|
|
|
|
|
|
|
NO_BUILD= yes # it's only text!
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/autobook
|
|
|
|
${CP} ${WRKSRC}/* ${PREFIX}/share/doc/autobook
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|