2e65d464e8
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
32 lines
918 B
Makefile
32 lines
918 B
Makefile
# $NetBSD: Makefile,v 1.10 2015/06/12 10:51:00 wiz Exp $
|
|
|
|
DISTNAME= kotex-utils
|
|
PKGNAME= tex-${DISTNAME}-2.0.1
|
|
PKGREVISION= 1
|
|
TEXLIVE_REV= 36210
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://ctan.org/pkg/kotex-utils
|
|
COMMENT= Utility scripts and support files for typesetting Korean
|
|
LICENSE= lppl-1.3c
|
|
|
|
DEPENDS+= tex-kotex-utf-[0-9]*:../../print/tex-kotex-utf
|
|
|
|
USE_TOOLS+= perl:run
|
|
REPLACE_PERL= bin/jamo-normalize bin/komkindex bin/ttf2kotexfont
|
|
|
|
INSTALLATION_DIRS+= bin
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
|
|
post-extract:
|
|
${MKDIR} ${WRKSRC}/bin
|
|
${MV} ${WRKSRC}/texmf-dist/scripts/kotex-utils/jamo-normalize.pl \
|
|
${WRKSRC}/bin/jamo-normalize
|
|
${MV} ${WRKSRC}/texmf-dist/scripts/kotex-utils/komkindex.pl \
|
|
${WRKSRC}/bin/komkindex
|
|
${MV} ${WRKSRC}/texmf-dist/scripts/kotex-utils/ttf2kotexfont.pl \
|
|
${WRKSRC}/bin/ttf2kotexfont
|
|
${RM} -rf ${WRKSRC}/texmf-dist/scripts
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|