diff options
Diffstat (limited to 'fonts/tex-mathabx/Makefile')
-rw-r--r-- | fonts/tex-mathabx/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/fonts/tex-mathabx/Makefile b/fonts/tex-mathabx/Makefile new file mode 100644 index 00000000000..6d677cca79b --- /dev/null +++ b/fonts/tex-mathabx/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/08 11:27:49 wiz Exp $ + +DISTNAME= mathabx +PKGNAME= tex-${DISTNAME}-2014 +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/mathabx +COMMENT= Three series of mathematical symbols +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" |