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.
25 lines
864 B
Makefile
25 lines
864 B
Makefile
# $NetBSD: Makefile,v 1.9 2020/01/18 23:35:33 rillig Exp $
|
|
|
|
DISTNAME= latexdiff
|
|
PKGNAME= tex-${DISTNAME}-1.3.0
|
|
PKGREVISION= 1
|
|
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"
|