mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
e7ef02f5f8
- Add NO_ARCH - Use INSTALL_DATA to install files
29 lines
719 B
Makefile
29 lines
719 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= ports@FreeBSD.org
|
|
COMMENT= GNU autoconf, automake, and libtool - The Book
|
|
|
|
LICENSE= OPL
|
|
LICENSE_NAME= OPEN PUBLICATION LICENSE
|
|
LICENSE_FILE= ${WRKDIR}/LICENSE
|
|
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
post-extract:
|
|
@${SED} -ne '/<pre>/,/<\/pre>/ { s|.*<pre>||; s|</pre>.*||; s|<|<|g; s|>|>|g; p; }' \
|
|
< ${WRKSRC}/autobook_284.html > ${WRKDIR}/LICENSE
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/* ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|