summaryrefslogtreecommitdiff
path: root/fonts/tex-manfnt/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2009-06-07 06:56:38 +0000
committerminskim <minskim@pkgsrc.org>2009-06-07 06:56:38 +0000
commit3b71bc28843c1ad772354eef8a15e5d547879af7 (patch)
tree0c1ba3a3fcbc1f00f0bc2796878fa58ce3fe6134 /fonts/tex-manfnt/Makefile
parentdade75a8413636ff7627e2dce163056d3fc498b7 (diff)
downloadpkgsrc-3b71bc28843c1ad772354eef8a15e5d547879af7.tar.gz
Import tex-manfnt-2008.7340 as fonts/tex-manfnt.
A LaTeX package for easy access to the symbols of the Knuth's `manual' font, such as the Dangerous Bend and Manual-errata Arrow.
Diffstat (limited to 'fonts/tex-manfnt/Makefile')
-rw-r--r--fonts/tex-manfnt/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/fonts/tex-manfnt/Makefile b/fonts/tex-manfnt/Makefile
new file mode 100644
index 00000000000..66cdfb679c1
--- /dev/null
+++ b/fonts/tex-manfnt/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/06/07 06:56:38 minskim Exp $
+# TeX Live Revision 7340
+
+DISTNAME= manfnt
+PKGNAME= tex-${DISTNAME}-2008.7340
+
+MAINTAINER= minskim@NetBSD.org
+COMMENT= LaTeX support for the TeX book symbols
+
+CONFLICTS+= teTeX-texmf<=3.0nb15
+DEPENDS+= tex-bin-latex-[0-9]*:../../print/tex-bin-latex
+
+TEX_MIXEDMAP_FILES+= manfnt.map
+
+.include "../../print/texlive/module.mk"
+.include "../../mk/bsd.pkg.mk"