6bbd238463
- Fix XML file for ibus engine. - Fix stop_server() in mozc startup script. PR: 199258 [*] Based on work by: Koichiro IWAO [*]
16 lines
339 B
Makefile
16 lines
339 B
Makefile
# Created by: Koichiro IWAO <meta+ports@vmeta.jp>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMEPREFIX= ja-uim-
|
|
|
|
COMMENT= Mozc engine for uim
|
|
|
|
MASTERDIR= ${.CURDIR}/../../japanese/mozc-server
|
|
FILESDIR= ${.CURDIR}/files
|
|
DATADIR= ${PREFIX}/share/uim
|
|
SUB_FILES= pkg-message
|
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
|
|
|
BUILD_MOZC_LIST=uim_mozc
|
|
|
|
.include "${MASTERDIR}/Makefile"
|