![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / inputmethod / mozc-elisp / Makefile (download)
Revision 1.68, 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.68 2023/01/03 17:37:40 wiz Exp $ PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/mozc-/mozc-elisp-/} PKGREVISION= 13 CATEGORIES= inputmethod editors EMACS_MODULES= base leim .include "../../editors/emacs/modules.mk" INSTALLATION_DIRS= ${EMACS_LISPPREFIX} bin pre-configure: ${RM} ${WRKSRC}/unix/uim/uim.gyp do-build: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ ${PYTHONBIN} build_mozc.py build -c Release \ unix/emacs/emacs.gyp:mozc_emacs_helper cd ${WRKSRC}/unix/emacs && \ ${EMACS_BIN} -q -batch -no-site-file -no-init-file \ -f batch-byte-compile mozc.el do-install: ${INSTALL_PROGRAM} ${WRKSRC}/out_${OSDEST}/Release/mozc_emacs_helper \ ${DESTDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/unix/emacs/mozc.el \ ${DESTDIR}${EMACS_LISPPREFIX} ${INSTALL_DATA} ${WRKSRC}/unix/emacs/mozc.elc \ ${DESTDIR}${EMACS_LISPPREFIX} .include "../../inputmethod/mozc-server/Makefile.common" .include "../../mk/bsd.pkg.mk"