summaryrefslogtreecommitdiff
path: root/fonts/tex-mathdesign/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/tex-mathdesign/Makefile')
-rw-r--r--fonts/tex-mathdesign/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/fonts/tex-mathdesign/Makefile b/fonts/tex-mathdesign/Makefile
new file mode 100644
index 00000000000..6a432431932
--- /dev/null
+++ b/fonts/tex-mathdesign/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2013/12/04 17:53:35 minskim Exp $
+
+DISTNAME= mathdesign
+PKGNAME= tex-${DISTNAME}-2.31
+TEXLIVE_REV= 31639
+
+MAINTAINER= minskim@NetBSD.org
+COMMENT= Mathematical fonts to fit with particular text fonts
+LICENSE= gnu-gpl-v2
+
+DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
+DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
+DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+
+TEX_MAP_FILES+= mdbch.map
+TEX_MAP_FILES+= mdgreek.map
+TEX_MAP_FILES+= mdici.map
+TEX_MAP_FILES+= mdpgd.map
+TEX_MAP_FILES+= mdpus.map
+TEX_MAP_FILES+= mdput.map
+TEX_MAP_FILES+= mdugm.map
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"