pkgsrc/print/tex-booktabs/Makefile
minskim 7447b2115d Import tex-booktabs-1.61803 as print/tex-booktabs.
The package enhances the quality of tables in LaTeX, providing extra
commands as well as behind-the-scenes optimisation. Guidelines are given
as to what constitutes a good table in this context. From version 1.61,
the package offers longtable compatibility.
2011-11-05 13:27:52 +00:00

14 lines
376 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/11/05 13:27:52 minskim Exp $
DISTNAME= booktabs
PKGNAME= tex-${DISTNAME}-1.61803
TEXLIVE_REV= 15878
MAINTAINER= minskim@NetBSD.org
COMMENT= Publication quality tables in LaTeX
CONFLICTS= teTeX-texmf<3.0nb33
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"