31f29ada45
* New options are implemented: * --cleanup, for general cleanup operation * --dump-data, for dumping font database to file * Better support for win32: avoid dangling NTFS symlink for --link-texmf. * Database fix and additions.
25 lines
644 B
Makefile
25 lines
644 B
Makefile
# $NetBSD: Makefile,v 1.5 2017/08/17 02:17:22 markd Exp $
|
|
|
|
DISTNAME= cjk-gs-integrate
|
|
PKGNAME= tex-${DISTNAME}-20170624.0
|
|
TEXLIVE_REV= 44684
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://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"
|