c86fc44e68
From Atsushi Toyokura in pkgsrc-wip This package changes the setup of the japanese-otf package so that the TFMs for direct input are all replaced by new ones with prefixed names; for example, nmlminr-h will be replaced by foo--nmlminr-h, where foo is a prefix specified by the user. This function will assist users who want to use the japanese-otf package together with tailored TFMs of Japanese fonts. The "jodel" part of the package name stands for "japanese-otf deluxe". Here "deluxe" is the name of japanese-otf's option for employing multi-weight Japanese font families. This option is probably the most likely reason for using japanese-otf. So pxjodel is really about japanese-otf's "deluxe" option, hence the name. It is not related to yodel singing, although some sense of word-play is intended.
16 lines
449 B
Makefile
16 lines
449 B
Makefile
# $NetBSD: Makefile,v 1.1 2021/02/21 08:56:13 markd Exp $
|
|
|
|
DISTNAME= pxjodel
|
|
PKGNAME= tex-${DISTNAME}-0.3
|
|
TEXLIVE_REV= 55006
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://ctan.org/pkg/pxjodel
|
|
COMMENT= Help change metrics of fonts from japanese-otf
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= tex-ifptex-[0-9]*:../../print/tex-ifptex
|
|
DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|