mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
19 lines
434 B
Makefile
19 lines
434 B
Makefile
# 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!
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/autobook
|
|
${CP} ${WRKSRC}/* ${STAGEDIR}${PREFIX}/share/doc/autobook
|
|
|
|
.include <bsd.port.mk>
|