diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2012-05-22 05:26:02 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2012-05-22 05:26:02 +0000 |
commit | 04a7f70c5c254108e5509f659f6bdad8bde84e32 (patch) | |
tree | c318b8838a12e7e004453b87c0976ea24e3a9553 /japanese | |
parent | f7d8f112e92ffc89aa2f838ccd0e4c48b0e3c755 (diff) |
Add fcitx-mozc , mozc engine for Fcitx.
PR: ports/167860
Submitted by: Daichi GOTO <daichi@freebsd.org>
Notes
Notes:
svn path=/head/; revision=297159
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/fcitx-mozc/Makefile | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 1b455319bda5..b5b55306df79 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -69,6 +69,7 @@ SUBDIR += esecanna-module-wnn6 SUBDIR += eterm SUBDIR += exmh2 + SUBDIR += fcitx-mozc SUBDIR += flex-sdk SUBDIR += flower-fpw SUBDIR += foldoc-fpw diff --git a/japanese/fcitx-mozc/Makefile b/japanese/fcitx-mozc/Makefile new file mode 100644 index 000000000000..fa15513bb52f --- /dev/null +++ b/japanese/fcitx-mozc/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: fcitx-mozc +# Date created: 22 May 2012 +# Whom: Daichi GOTO <daichi@freebsd.org> +# +# $FreeBSD$ +# + +PKGNAMEPREFIX= ja-fcitx- +PKGNAMESUFFIX= +COMMENT= Mozc engine for Fcitx +DATADIR= ${PREFIX}/share/fcitx-${PORTNAME} + +MASTERDIR= ${.CURDIR}/../../japanese/mozc-server + +BUILD_MOZC_LIST= fcitx_mozc + +.include "${MASTERDIR}/Makefile" |