18 lines
573 B
Makefile
18 lines
573 B
Makefile
# $NetBSD: Makefile,v 1.1 2016/01/15 08:58:21 wiz Exp $
|
|
|
|
DISTNAME= latexdiff.doc
|
|
PKGNAME= tex-${DISTNAME:S/./-/}-1.1.1
|
|
TEXLIVE_REV= 39223
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://ctan.org/pkg/latexdiff
|
|
COMMENT= Documentation for tex-latexdiff
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
USE_TOOLS+= bash:run perl:run
|
|
REPLACE_PERL+= texmf-dist/doc/support/latexdiff/latexdiff
|
|
REPLACE_PERL+= texmf-dist/doc/support/latexdiff/latexdiff-fast
|
|
REPLACE_BASH+= texmf-dist/doc/support/latexdiff/contrib/latexdiff-wrap
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|