diff options
Diffstat (limited to 'print/tex-longfbox/Makefile')
-rw-r--r-- | print/tex-longfbox/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/print/tex-longfbox/Makefile b/print/tex-longfbox/Makefile new file mode 100644 index 00000000000..0b488922071 --- /dev/null +++ b/print/tex-longfbox/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2017/01/20 21:43:59 markd Exp $ + +DISTNAME= longfbox +PKGNAME= tex-${DISTNAME}-1.0 +TEXLIVE_REV= 39028 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/longfbox +COMMENT= Draw framed boxes with standard CSS attributes that can break over multiple pages +LICENSE= lppl-1.3c + +DEPENDS+= tex-ellipse-[0-9]*:../../graphics/tex-ellipse +DEPENDS+= tex-mdwtools-[0-9]*:../../print/tex-mdwtools +DEPENDS+= tex-options-[0-9]*:../../print/tex-options +DEPENDS+= tex-pict2e-[0-9]*:../../print/tex-pict2e + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" |