040aa7088b
The package provides LaTEX, pdfLaTeX, XeLaTeX and LuaLaTeX support for the IBM Plex families of fonts. Serif, Sans and Mono families are available in eight weights: Regular, Light, ExtraLight, Thin, Bold, Text, Medium and SemiBold (with corresponding italics).
15 lines
353 B
Makefile
15 lines
353 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/11/19 15:06:36 kleink Exp $
|
|
|
|
DISTNAME= plex
|
|
PKGNAME= tex-${DISTNAME}-4.0.1
|
|
TEXLIVE_REV= 54512
|
|
|
|
MAINTAINER= kleink@NetBSD.org
|
|
HOMEPAGE= https://ctan.org/pkg/plex
|
|
COMMENT= Use Plex with TeX(-alike) systems
|
|
LICENSE= ofl-v1.1
|
|
|
|
TEX_MAP_FILES+= plex.map
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|