pkgsrc/textproc/tex-latexdiff/Makefile

24 lines
835 B
Makefile

# $NetBSD: Makefile,v 1.2 2016/07/09 06:39:08 wiz Exp $
DISTNAME= latexdiff
PKGNAME= tex-${DISTNAME}-1.1.1
PKGREVISION= 1
TEXLIVE_REV= 39223
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://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
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"