pkgsrc/textproc/tex-xindy/Makefile
markd 8f8e4f31bd Add tex-xindy{,-doc} 2.5.1
Xindy was developed after an impasse had been encountered in
the attempt to complete internationalisation of makeindex.
Xindy can be used to process indexes for documents marked up
using (La)TeX, Nroff family and SGML-based languages. Xindy is
highly configurable, both in markup terms and in terms of the
collating order of the text being processed.
2017-07-06 02:33:34 +00:00

23 lines
627 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/07/06 02:33:34 markd Exp $
DISTNAME= xindy
PKGNAME= tex-${DISTNAME}-2.5.1
TEXLIVE_REV= 43948
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/xindy
COMMENT= General-purpose index processor
LICENSE= gnu-gpl-v2
USE_TOOLS+= perl:run
REPLACE_PERL+= texmf-dist/scripts/xindy/*.pl
INSTALLATION_DIRS+= bin
post-install:
${LN} -sf ${PREFIX}/share/texmf-dist/scripts/xindy/texindy.pl ${DESTDIR}${PREFIX}/bin/texindy
${LN} -sf ${PREFIX}/share/texmf-dist/scripts/xindy/xindy.pl ${DESTDIR}${PREFIX}/bin/xindy
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"