dad1511fa3
* More database for free fonts (Google Fontworks fonts, HaranoAji).
25 lines
646 B
Makefile
25 lines
646 B
Makefile
# $NetBSD: Makefile,v 1.16 2022/04/08 05:28:02 markd Exp $
|
|
|
|
DISTNAME= cjk-gs-integrate
|
|
PKGNAME= tex-${DISTNAME}-20210625.0
|
|
TEXLIVE_REV= 59705
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://ctan.org/pkg/cjk-gs-integrate
|
|
COMMENT= Tools to integrate CJK fonts into Ghostscript
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
USE_TOOLS+= perl:run
|
|
REPLACE_PERL= bin/cjk-gs-integrate
|
|
|
|
INSTALLATION_DIRS+= bin
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
|
|
post-extract:
|
|
${MKDIR} ${WRKSRC}/bin
|
|
${MV} ${WRKSRC}/texmf-dist/scripts/cjk-gs-integrate/cjk-gs-integrate.pl \
|
|
${WRKSRC}/bin/cjk-gs-integrate
|
|
${RM} -rf ${WRKSRC}/texmf-dist/scripts
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|