Update x11/tkXwin to version 1.0_5
[dports.git] / japanese / mozc-additions / Makefile
1 # Created by: Daichi GOTO <daichi@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       mozc-additions
5 PORTVERSION=    1.11.1502.102
6 CATEGORIES=     japanese
7 MASTER_SITES=   # empty
8 PKGNAMEPREFIX?= ja-
9 DISTFILES=      # empty
10
11 MAINTAINER=     hrs@FreeBSD.org
12 COMMENT=        Additional tools and images for Mozc Japanese Input Method
13
14 NO_BUILD=       yes
15 PLIST_FILES=    bin/ibus-daemon_restart \
16                 bin/ibus-daemon_start \
17                 bin/ibus-daemon_stop \
18                 bin/mozc_server_restart \
19                 bin/mozc_server_start \
20                 bin/mozc_server_stop \
21                 bin/mozc_tool_character_palette \
22                 bin/mozc_tool_config \
23                 bin/mozc_tool_dictionary \
24                 bin/mozc_tool_hand_writing \
25                 bin/mozc_tool_word_register
26
27 do-install:
28         ${INSTALL_SCRIPT} ${PLIST_FILES:S,bin/,${FILESDIR}/,} ${STAGEDIR}${PREFIX}/bin
29
30 .include <bsd.port.mk>