b686dd9180
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
27 lines
714 B
Makefile
27 lines
714 B
Makefile
# $NetBSD: Makefile,v 1.6 2020/01/18 23:35:34 rillig Exp $
|
|
|
|
DISTNAME= xindy
|
|
PKGNAME= tex-${DISTNAME}-2.5.1
|
|
PKGREVISION= 3
|
|
TEXLIVE_REV= 43948
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://ctan.org/pkg/xindy
|
|
COMMENT= General-purpose index processor
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= xindy>=2.5.1:../../textproc/xindy
|
|
|
|
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
|
|
|
|
TEXLIVE_UNVERSIONED= yes
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|