diff options
Diffstat (limited to 'print/tex-eqparbox/Makefile')
-rw-r--r-- | print/tex-eqparbox/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/print/tex-eqparbox/Makefile b/print/tex-eqparbox/Makefile new file mode 100644 index 00000000000..4d46352561a --- /dev/null +++ b/print/tex-eqparbox/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2017/01/20 23:22:49 markd Exp $ + +DISTNAME= eqparbox +PKGNAME= tex-${DISTNAME}-4.0 +TEXLIVE_REV= 29419 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/eqparbox +COMMENT= Create equal-widthed parboxes +LICENSE= lppl-1.3c + +DEPENDS+= tex-environ-[0-9]*:../../print/tex-environ +DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" |