b33fd3c7b7
From Atsushi Toyokura in pkgsrc-wip This bundle provides a LaTeX package for generating Japanese-style crop marks (called 'tombow' in Japanese) for practical use in self-publishing. The bundle contains the following packages: gentombow.sty: Generate crop marks (called 'tombow' in Japanese) for practical use in self-publishing. It provides the core 'tombow' feature if not available. pxgentombow.sty: Superseded by gentombow.sty; kept for compatibility only. bounddvi.sty: Set papersize special to DVI file. Can be used on LaTeX/pLaTeX/upLaTeX (with DVI output
16 lines
455 B
Makefile
16 lines
455 B
Makefile
# $NetBSD: Makefile,v 1.1 2021/02/21 10:23:51 markd Exp $
|
|
|
|
DISTNAME= gentombow
|
|
PKGNAME= tex-${DISTNAME}-2020
|
|
TEXLIVE_REV= 56665
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://ctan.org/pkg/gentombow
|
|
COMMENT= Generate Japanese-style crop marks
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= tex-atbegshi-[0-9]*:../../print/tex-atbegshi
|
|
DEPENDS+= tex-eso-pic-[0-9]*:../../print/tex-eso-pic
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|