7de4a638ed
New feature in autoinst: when creating math fonts, the generated style file now has an option -nomathgreek. This is useful for fonts that don't contain greek characters.
24 lines
608 B
Makefile
24 lines
608 B
Makefile
# $NetBSD: Makefile,v 1.18 2021/02/14 02:08:09 markd Exp $
|
|
|
|
DISTNAME= fontools
|
|
PKGNAME= tex-${DISTNAME}-2020.57171
|
|
TEXLIVE_REV= 57171
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://ctan.org/pkg/fontools
|
|
COMMENT= Tools to simplify using fonts (especially TT/OTF ones)
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_TOOLS+= perl:run
|
|
REPLACE_PERL= bin/afm2afm bin/autoinst bin/ot2kpx
|
|
|
|
INSTALLATION_DIRS+= bin
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
|
|
post-extract:
|
|
${MKDIR} ${WRKSRC}/bin
|
|
${MV} ${WRKSRC}/texmf-dist/scripts/fontools/* ${WRKSRC}/bin/
|
|
${RM} -rf ${WRKSRC}/texmf-dist/scripts
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|