diff options
Diffstat (limited to 'print/tex-realboxes/Makefile')
-rw-r--r-- | print/tex-realboxes/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/print/tex-realboxes/Makefile b/print/tex-realboxes/Makefile new file mode 100644 index 00000000000..8b40ea09d3d --- /dev/null +++ b/print/tex-realboxes/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2017/01/20 21:44:00 markd Exp $ + +DISTNAME= realboxes +PKGNAME= tex-${DISTNAME}-0.2 +TEXLIVE_REV= 23581 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/realboxes +COMMENT= Variants of common box-commands +LICENSE= lppl-1.3c + +DEPENDS+= tex-collectbox-[0-9]*:../../print/tex-collectbox + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" |