pkgsrc/print/tex-changebar/Makefile
markd 8f2614eca3 tex-changebar{,-doc}: update to 3.6d
A small update preventing TeX from looking too far ahead when opening one of the
files.
2022-05-15 04:16:47 +00:00

17 lines
505 B
Makefile

# $NetBSD: Makefile,v 1.7 2022/05/15 04:16:47 markd Exp $
DISTNAME= changebar
PKGNAME= tex-${DISTNAME}-3.6d
TEXLIVE_REV= 63259
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://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"