Draws a representation of the layout of the current page and displays the sizes of the widths and heights of the margins, header, footer and text body.
15 lines
398 B
Makefile
15 lines
398 B
Makefile
# $NetBSD: Makefile,v 1.1 2022/04/18 04:33:20 markd Exp $
|
|
|
|
DISTNAME= context-layout
|
|
PKGNAME= tex-${DISTNAME}-20070627
|
|
TEXLIVE_REV= 47085
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://ctan.org/pkg/context-layout
|
|
COMMENT= Show ConTeXt layouts
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= tex-context-[0-9]*:../../print/tex-context
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|