diff options
Diffstat (limited to 'graphics/tex-gmp/Makefile')
-rw-r--r-- | graphics/tex-gmp/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/tex-gmp/Makefile b/graphics/tex-gmp/Makefile new file mode 100644 index 00000000000..65932442b8b --- /dev/null +++ b/graphics/tex-gmp/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/08 13:47:39 wiz Exp $ + +DISTNAME= gmp +PKGNAME= tex-${DISTNAME}-1.0 +TEXLIVE_REV= 21691 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/gmp +COMMENT= Enable integration between MetaPost pictures and LaTeX +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" |