322a6f18a5
- fcitx-mozc has been updated to 2.16.2037.102.2 patch. - mozc_server_* scripts have been replaced with a single mozc script.
16 lines
357 B
Makefile
16 lines
357 B
Makefile
# Created by: Daichi GOTO <daichi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMEPREFIX= ja-fcitx-
|
|
|
|
COMMENT= Mozc engine for Fcitx
|
|
DATADIR= ${PREFIX}/share/fcitx/${PORTNAME}
|
|
|
|
MASTERDIR= ${.CURDIR}/../../japanese/mozc-server
|
|
FILESDIR= ${.CURDIR}/files
|
|
SUB_FILES= pkg-message
|
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
|
|
|
BUILD_MOZC_LIST= fcitx_mozc
|
|
|
|
.include "${MASTERDIR}/Makefile"
|