1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/devel/autobook/Makefile
Baptiste Daroussin a606fd1524 Support stage
2014-01-27 12:56:30 +00:00

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>