pkgsrc/inputmethod/mozc-server/Makefile

19 lines
473 B
Makefile
Raw Normal View History

2013-02-16 12:18:58 +01:00
# $NetBSD: Makefile,v 1.4 2013/02/16 11:22:44 wiz Exp $
#
PKGNAME= ${DISTNAME:S/mozc-/mozc-server-/}
2013-02-16 12:18:58 +01:00
PKGREVISION= 2
INSTALLATION_DIRS+= libexec
do-build:
cd ${WRKSRC} && env ${MAKE_ENV} \
${PYTHONBIN} build_mozc.py build -c Release ${_MAKE_JOBS} \
server/server.gyp:mozc_server
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/out_${OSDEST}/Release/mozc_server \
${DESTDIR}${PREFIX}/libexec/mozc_server_japanese
.include "../../inputmethod/ibus-mozc/Makefile.common"