13 lines
260 B
Makefile
13 lines
260 B
Makefile
PKGNAMEPREFIX= ja-ibus-
|
|
|
|
COMMENT= Mozc engine for IBus
|
|
|
|
DATADIR= ${PREFIX}/share/ibus-${PORTNAME}
|
|
|
|
MASTERDIR= ${.CURDIR}/../../japanese/mozc-server
|
|
FILESDIR= ${.CURDIR}/files
|
|
SUB_FILES= pkg-message
|
|
|
|
BUILD_MOZC_LIST= ibus_mozc
|
|
|
|
.include "${MASTERDIR}/Makefile"
|