blob: 2d159faa2334ffe793374461ff29ffd3efe14d61 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: 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!
NO_STAGE= yes
do-install:
${MKDIR} ${PREFIX}/share/doc/autobook
${CP} ${WRKSRC}/* ${PREFIX}/share/doc/autobook
.include <bsd.port.mk>
|