24 lines
565 B
Makefile
24 lines
565 B
Makefile
# $NetBSD: Makefile,v 1.3 2021/05/24 19:53:49 wiz Exp $
|
|
|
|
DISTNAME= jfmutil
|
|
PKGNAME= tex-${DISTNAME}-1.3.1
|
|
PKGREVISION= 1
|
|
TEXLIVE_REV= 55044
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://ctan.org/pkg/jfmutil
|
|
COMMENT= Utility to process pTeX-extended TFM and VF
|
|
LICENSE= mit
|
|
|
|
USE_TOOLS+= perl:run
|
|
|
|
INSTALLATION_DIRS+= bin
|
|
|
|
REPLACE_PERL= texmf-dist/scripts/jfmutil/jfmutil.pl
|
|
|
|
post-install:
|
|
${LN} -sf ../share/texmf-dist/scripts/jfmutil/jfmutil.pl \
|
|
${DESTDIR}${PREFIX}/bin/jfmutil
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|