pkgsrc/textproc/tex-latexdiff/Makefile
2020-08-31 18:06:29 +00:00

25 lines
862 B
Makefile

# $NetBSD: Makefile,v 1.10 2020/08/31 18:12:18 wiz Exp $
DISTNAME= latexdiff
PKGNAME= tex-${DISTNAME}-1.3.0
PKGREVISION= 2
TEXLIVE_REV= 48926
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/latexdiff
COMMENT= Determine and mark up significant differences between LaTeX files
LICENSE= gnu-gpl-v3
USE_TOOLS+= perl:run
REPLACE_PERL+= texmf-dist/scripts/latexdiff/*.pl
INSTALLATION_DIRS= bin
post-install:
${LN} ${DESTDIR}${PREFIX}/share/texmf-dist/scripts/latexdiff/latexdiff-vc.pl ${DESTDIR}${PREFIX}/bin/latexdiff-vc
${LN} ${DESTDIR}${PREFIX}/share/texmf-dist/scripts/latexdiff/latexdiff.pl ${DESTDIR}${PREFIX}/bin/latexdiff
${LN} ${DESTDIR}${PREFIX}/share/texmf-dist/scripts/latexdiff/latexrevise.pl ${DESTDIR}${PREFIX}/bin/latexrevise
TEXLIVE_UNVERSIONED= yes
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"