16 lines
400 B
Makefile
16 lines
400 B
Makefile
# $NetBSD: Makefile,v 1.5 2016/06/16 04:06:12 markd Exp $
|
|
|
|
DISTNAME= mathtools
|
|
PKGNAME= tex-${DISTNAME}-1.18
|
|
TEXLIVE_REV= 38833
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://ctan.org/pkg/mathtools
|
|
COMMENT= Mathematical tools to use with amsmath
|
|
LICENSE= lppl-1.3c
|
|
|
|
DEPENDS+= tex-amsmath-[0-9]*:../../print/tex-amsmath
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|