Added support for fonts (like the new IBM Plex fonts) that put the Condensed or Extended fonts in separate font families.
24 lines
600 B
Makefile
24 lines
600 B
Makefile
# $NetBSD: Makefile,v 1.8 2018/05/06 03:04:36 markd Exp $
|
|
|
|
DISTNAME= fontools
|
|
PKGNAME= tex-${DISTNAME}-2018
|
|
TEXLIVE_REV= 47134
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://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"
|