diff options
Diffstat (limited to 'print/tex-textpos/Makefile')
-rw-r--r-- | print/tex-textpos/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/print/tex-textpos/Makefile b/print/tex-textpos/Makefile new file mode 100644 index 00000000000..9369d4cd985 --- /dev/null +++ b/print/tex-textpos/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.21 2015/05/16 10:30:19 markd Exp $ + +DISTNAME= textpos +PKGNAME= tex-${DISTNAME}-1.7j +TEXLIVE_REV= 32571 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/textpos +COMMENT= Place boxes at arbitrary positions on the LaTeX page +LICENSE= gnu-gpl-v2 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" |