summaryrefslogtreecommitdiff
path: root/print/tex-tocloft/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2011-02-07 00:19:55 +0000
committerminskim <minskim>2011-02-07 00:19:55 +0000
commiteaba073239124e64acbcf150d74da33747302437 (patch)
treedc598e751ac11cf82de726c52ac6cad963496e3b /print/tex-tocloft/Makefile
parent7cdf87aae1ebbf5974b7d7e1cfc840edd7caa380 (diff)
downloadpkgsrc-eaba073239124e64acbcf150d74da33747302437.tar.gz
Import tex-tocloft-2.3e as print/tex-tocloft.
Provides control over the typography of the Table of Contents, List of Figures and List of Tables, and the ability to create new `List of ...'. The ToC \parskip can be changed.
Diffstat (limited to 'print/tex-tocloft/Makefile')
-rw-r--r--print/tex-tocloft/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/print/tex-tocloft/Makefile b/print/tex-tocloft/Makefile
new file mode 100644
index 00000000000..4fbc7404038
--- /dev/null
+++ b/print/tex-tocloft/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/02/07 00:19:55 minskim Exp $
+
+DISTNAME= tocloft
+PKGNAME= tex-${DISTNAME}-2.3e
+TEXLIVE_REV= 20084
+
+MAINTAINER= minskim@NetBSD.org
+COMMENT= Control table of contents, figures, etc. for LaTeX
+
+CONFLICTS= teTeX-texmf<=3.0nb9
+DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"