- Update texi2dvi from 7842 (2017-06-23) to 7906 (2017-07-05) - Update texinfo.tex from 2017-06-04.19 to 2017-08-23.19 Changes: http://lists.gnu.org/archive/html/info-gnu/2017-09/msg00007.html https://svn.savannah.gnu.org/viewvc/texinfo/trunk/util/texi2dvi https://svn.savannah.gnu.org/viewvc/texinfo/trunk/doc/texinfo.tex PR: 222347 Exp-run by: antoine
50 lines
1.4 KiB
Makefile
50 lines
1.4 KiB
Makefile
# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= texinfo
|
|
PORTVERSION= 6.5
|
|
PORTEPOCH= 1
|
|
CATEGORIES= print
|
|
MASTER_SITES= GNU \
|
|
LOCAL/sunpoet/${DIST_SUBDIR}:DEFAULT,local
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} htmlxref.cnf texi2dvi:local texinfo.tex:local
|
|
DIST_SUBDIR= ${PORTNAME}/${PORTVERSION}
|
|
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Typeset documentation system with multiple format output
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= help2man:misc/help2man
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip install-tex
|
|
MAKE_ARGS= PERL=${PERL} TEXMF=${LOCALBASE}/${TEXMFDIR}
|
|
PKGDEINSTALL= ${PKGINSTALL}
|
|
USE_TEX= yes
|
|
USES= charsetfix cpe gmake iconv libtool ncurses perl5 tar:xz
|
|
|
|
INFO= info-stnd texinfo
|
|
|
|
CPE_VENDOR= gnu
|
|
CPE_VERSION= ${PORTVERSION:R}
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
NLS_USES= gettext
|
|
|
|
post-patch:
|
|
@${CP} ${DISTDIR}/${DIST_SUBDIR}/texinfo.tex ${WRKSRC}/doc/
|
|
@${INSTALL_SCRIPT} ${DISTDIR}/${DIST_SUBDIR}/texi2dvi ${WRKSRC}/util/
|
|
@${REINPLACE_CMD} -e '/rm -f $$(DESTDIR)/ s|$$| $$(DESTDIR)$$(xsdir)/XSParagraph.*|' \
|
|
${WRKSRC}/tp/Texinfo/Convert/XSParagraph/Makefile.in
|
|
@${REINPLACE_CMD} -e 's|free (.*)|Safe&|' ${WRKSRC}/tp/Texinfo/MiscXS/misc.c
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/htmlxref.cnf ${STAGEDIR}${DATADIR}
|
|
|
|
.include <bsd.port.mk>
|