pkgsrc/print/tex-cellspace/Makefile
markd 0ecc358493 tex-cellspace{,-doc}: update to 1.7
(1) Possibility to change the name of the column used for spacing.
(2) Make the math column independent of the colum name.
(3) Minor bug fix.
2017-10-16 08:59:02 +00:00

18 lines
550 B
Makefile

# $NetBSD: Makefile,v 1.3 2017/10/16 08:59:02 markd Exp $
DISTNAME= cellspace
PKGNAME= tex-${DISTNAME}-1.7
TEXLIVE_REV= 45034
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/cellspace
COMMENT= Ensure minimal spacing of table cells
LICENSE= lppl-1.3c
DEPENDS+= tex-amsmath>=2.13nb1:../../print/tex-amsmath
DEPENDS+= tex-latex>=2009:../../print/tex-latex
DEPENDS+= tex-latex-bin>=2009nb1:../../print/tex-latex-bin
DEPENDS+= tex-tools>=2010:../../print/tex-tools
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"