summaryrefslogtreecommitdiff
path: root/fonts/tex-mathalpha/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/tex-mathalpha/Makefile')
-rw-r--r--fonts/tex-mathalpha/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/fonts/tex-mathalpha/Makefile b/fonts/tex-mathalpha/Makefile
new file mode 100644
index 00000000000..d001945ea04
--- /dev/null
+++ b/fonts/tex-mathalpha/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2019/07/29 11:24:35 markd Exp $
+
+DISTNAME= mathalpha
+PKGNAME= tex-${DISTNAME}-1.12
+TEXLIVE_REV= 51179
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://ctan.org/pkg/mathalpha
+COMMENT= General package for loading maths alphabets in LaTeX
+LICENSE= lppl-1.3c
+
+DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"