pkgsrc/print/xpdf-korean/Makefile
jperkin 5393242c73 *: Move SUBST_STAGE from post-patch to pre-configure
Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.
2018-07-04 13:40:07 +00:00

37 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.28 2018/07/04 13:40:33 jperkin Exp $
DISTNAME= xpdf-korean-2011-sep-02
PKGNAME= xpdf-korean-20110902
PKGREVISION= 1
CATEGORIES= print
MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.foolabs.com/xpdf/
COMMENT= Xpdf support files for Korean
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
DEPENDS+= xpdf>=2.02:../../print/xpdf
DEPENDS+= baekmuk-ttf>=1.0:../../fonts/baekmuk-ttf
WRKSRC= ${WRKDIR}/xpdf-korean
NO_CONFIGURE= yes
NO_BUILD= yes
INSTALLATION_DIRS+= share/xpdf/korean/CMap
SUBST_CLASSES+= xpdfrc
SUBST_MESSAGE.xpdfrc= Adjusting xpdfrc wedge.
SUBST_STAGE.xpdfrc= pre-configure
SUBST_FILES.xpdfrc= add-to-xpdfrc
SUBST_SED.xpdfrc+= -e 's,/usr/\.\.\.\.,'${PREFIX}'/share/fonts/X11/TTF,' \
-e 's:/usr/local:'${PREFIX}':g' \
-e '/^.fontFileCC/{;s/^.//;s/.$$//;};'
do-install:
${INSTALL_DATA} ${WRKSRC}/Adobe-Korea1.cidToUnicode \
${WRKSRC}/ISO-2022-KR.unicodeMap ${WRKSRC}/add-to-xpdfrc \
${DESTDIR}${PREFIX}/share/xpdf/korean
${INSTALL_DATA} ${WRKSRC}/CMap/* \
${DESTDIR}${PREFIX}/share/xpdf/korean/CMap
.include "../../mk/bsd.pkg.mk"