848b257de8
to live in devel/autobook. espie@ ok the move, no response on the upgrade to v1.3 -- This book is a tutorial for Autoconf, Automake and Libtool, hereafter referred to as the GNU Autotools. The GNU manuals that accompany each tools adequately document each tool in isolation. Until now, there has not been a guide that has described how these tools work together.
31 lines
666 B
Makefile
31 lines
666 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2003/06/04 23:24:31 avsm Exp $
|
|
|
|
COMMENT= "documentation for autoconf, automake, libtool"
|
|
|
|
V= 1.3
|
|
DISTNAME= autobook-${V}
|
|
CATEGORIES= books devel
|
|
|
|
MAINTAINER= Marc Espie <espie@openbsd.org>
|
|
|
|
# Open Publication License
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
HOMEPAGE= http://sources.redhat.com/autobook/
|
|
|
|
EXTRACT_ONLY=
|
|
NO_BUILD= Yes
|
|
NO_REGRESS= Yes
|
|
DOCDIR= ${PREFIX}/share/doc
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${DOCDIR}
|
|
cd ${DOCDIR} && tar -s/autobook-${V}/autobook/g -zxf ${FULLDISTDIR}/${DISTNAME}${EXTRACT_SUFX}
|
|
|
|
.include <bsd.port.mk>
|