pkgsrc/inputmethod/mozc-server/Makefile
kim 8f52ceaa4f *: Revbump for protobuf-3.18.0
Fix for: Shared object "libprotobuf.so.28" not found
2021-10-21 20:33:03 +00:00

22 lines
592 B
Makefile

# $NetBSD: Makefile,v 1.68 2021/10/21 20:33:06 kim Exp $
PKGNAME= ${DISTNAME:S/mozc-/mozc-server-/}
PKGREVISION= 5
INSTALLATION_DIRS+= libexec
pre-configure:
${RM} ${WRKSRC}/unix/uim/uim.gyp
do-build:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
${PYTHONBIN} build_mozc.py build \
-c ${MOZC_BUILD_MODE} \
dictionary/dictionary_base.gyp:text_dictionary_loader \
server/server.gyp:mozc_server
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/out_${OSDEST}/${MOZC_BUILD_MODE}/mozc_server \
${DESTDIR}${PREFIX}/libexec/mozc_server
.include "../../inputmethod/mozc-server/Makefile.common"