![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / inputmethod / mozc-renderer / Makefile (download)
Revision 1.59, Tue Jan 3 17:37:40 2023 UTC (4 months, 3 weeks ago) by wiz
*: recursive bump for tiff shlib major bump |
# $NetBSD: Makefile,v 1.59 2023/01/03 17:37:40 wiz Exp $ PKGNAME= ${DISTNAME:S/mozc-/mozc-renderer-/} PKGREVISION= 12 CONFLICTS+= ibus-mozc<=1.13.1651.102 INSTALLATION_DIRS+= libexec share/icons DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils DEPENDS+= mozc-server-[0-9]*:../../inputmethod/mozc-server pre-configure: ${RM} ${WRKSRC}/unix/uim/uim.gyp do-build: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ ${PYTHONBIN} build_mozc.py build -c ${MOZC_BUILD_MODE} \ renderer/renderer.gyp:mozc_renderer do-install: ${INSTALL_PROGRAM} ${WRKSRC}/out_${OSDEST}/${MOZC_BUILD_MODE}/mozc_renderer \ ${DESTDIR}${PREFIX}/libexec .for f in ui-alpha_full ui-alpha_half ui-dictionary ui-direct \ ui-hiragana ui-katakana_full ui-katakana_half ui-properties ui-tool ${INSTALL_DATA} ${WRKSRC}/data/images/unix/${f}.png \ ${DESTDIR}${PREFIX}/share/icons/${f:S/^ui-/mozc-/}.png .endfor ${INSTALL_DATA} ${WRKSRC}/data/images/product_icon_32bpp-128.png \ ${DESTDIR}${PREFIX}/share/icons/mozc.png .include "../../inputmethod/mozc-server/Makefile.common" .include "../../mk/bsd.pkg.mk"