350a0f85fa
Starting with version 2.6, mf2pt1 no longer automatically generates a unique ID for the font. Unique IDs frustrate reproducible builds of fonts; mf2pt1 generated such IDs randomly, implying that there was no guarantee of uniqueness; and Adobe has declared that unique IDs are no longer necessary In addition, a large number of external links in the mf2pt1 documentation have been updated to point to current locations.
25 lines
584 B
Makefile
25 lines
584 B
Makefile
# $NetBSD: Makefile,v 1.9 2021/02/14 02:10:57 markd Exp $
|
|
|
|
DISTNAME= mf2pt1
|
|
PKGNAME= tex-${DISTNAME}-2.6
|
|
TEXLIVE_REV= 57018
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://ctan.org/pkg/mf2pt1
|
|
COMMENT= Produce PostScript Type 1 fonts from Metafont source
|
|
LICENSE= lppl-1.3c
|
|
|
|
USE_TOOLS+= perl:run
|
|
REPLACE_PERL= bin/mf2pt1
|
|
|
|
INSTALLATION_DIRS+= bin
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
|
|
post-extract:
|
|
${MKDIR} ${WRKSRC}/bin
|
|
${MV} ${WRKSRC}/texmf-dist/scripts/mf2pt1/mf2pt1.pl \
|
|
${WRKSRC}/bin/mf2pt1
|
|
${RM} -rf ${WRKSRC}/texmf-dist/scripts
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|