summaryrefslogtreecommitdiff
path: root/print/tex-bbm-macros/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2015-05-05 13:49:44 +0000
committerwiz <wiz>2015-05-05 13:49:44 +0000
commit6685e560f532f3ab529f02452142e2126b0ee587 (patch)
treec00344b8df5f3c2902f5ccd09d47c620e2616762 /print/tex-bbm-macros/Makefile
parent75e579110d940c684a17d1a92db6be1105d9ffcd (diff)
downloadpkgsrc-6685e560f532f3ab529f02452142e2126b0ee587.tar.gz
Import tex-bbm-macros-2014 as print/tex-bbm-macros.
Provides LaTeX support for Blackboard variants of Computer Modern fonts. Declares a font family bbm so you can in principle write running text in blackboard bold, and lots of math alphabets for using the fonts within maths.
Diffstat (limited to 'print/tex-bbm-macros/Makefile')
-rw-r--r--print/tex-bbm-macros/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/print/tex-bbm-macros/Makefile b/print/tex-bbm-macros/Makefile
new file mode 100644
index 00000000000..8c5b5a682ff
--- /dev/null
+++ b/print/tex-bbm-macros/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2015/05/05 13:49:44 wiz Exp $
+
+DISTNAME= bbm-macros
+PKGNAME= tex-${DISTNAME}-2014
+TEXLIVE_REV= 17224
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://ctan.org/pkg/bbm-macros
+COMMENT= LaTeX support for "blackboard-style" cm fonts
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"