1b8258f954
3.6c I was made aware of a situation where an extra page with lots of "spsp" would appear at the end of a lengthy document. This has now been fixed 3.6b Several years ago Apostolos Syropoulos sent me an extension to support XeTeX. I integrated it into changebar, but unfortunately I seem to have never gotten round to upload that version.
17 lines
504 B
Makefile
17 lines
504 B
Makefile
# $NetBSD: Makefile,v 1.4 2018/05/06 01:30:20 markd Exp $
|
|
|
|
DISTNAME= changebar
|
|
PKGNAME= tex-${DISTNAME}-3.6c
|
|
TEXLIVE_REV= 46919
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://ctan.org/pkg/changebar
|
|
COMMENT= Generate changebars in LaTeX documents
|
|
LICENSE= lppl-1.3c
|
|
|
|
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
|
|
DEPENDS+= tex-latex-bin>=2010:../../print/tex-latex-bin
|
|
DEPENDS+= tex-xcolor-[0-9]*:../../print/tex-xcolor
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|