mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
10 lines
232 B
Makefile
10 lines
232 B
Makefile
PKGNAMESUFFIX= -tool
|
|
|
|
COMMENT= Mozc tool for IBus, SCIM, and others
|
|
DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}
|
|
|
|
MASTERDIR= ${.CURDIR}/../../japanese/mozc-server
|
|
BUILD_MOZC_LIST= mozc_tool
|
|
|
|
.include "${MASTERDIR}/Makefile"
|