26 lines
657 B
Makefile
26 lines
657 B
Makefile
# $NetBSD: Makefile,v 1.3 2016/07/09 06:38:52 wiz Exp $
|
|
|
|
DISTNAME= cjk-gs-integrate
|
|
PKGNAME= tex-${DISTNAME}-20160115.0
|
|
PKGREVISION= 1
|
|
TEXLIVE_REV= 39391
|
|
|
|
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"
|