44faa0cdcd
teTeX was desupported in 2006, and we have texlive in pkgsrc since 2009.
24 lines
543 B
Makefile
24 lines
543 B
Makefile
# $NetBSD: Makefile,v 1.3 2017/09/06 16:49:23 wiz Exp $
|
|
|
|
DISTNAME= fontinst
|
|
PKGNAME= tex-${DISTNAME}-1.933
|
|
TEXLIVE_REV= 29764
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Help with installing fonts for TeX and LaTeX
|
|
LICENSE= lppl-1.3c
|
|
|
|
USE_TOOLS+= sh:run
|
|
REPLACE_SH= bin/fontinst
|
|
|
|
INSTALLATION_DIRS+= bin
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
|
|
post-extract:
|
|
${MKDIR} ${WRKSRC}/bin
|
|
${MV} ${WRKSRC}/texmf-dist/scripts/texlive/fontinst.sh \
|
|
${WRKSRC}/bin/fontinst
|
|
${RM} -rf ${WRKSRC}/texmf-dist/scripts
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|