mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
15 lines
304 B
Makefile
15 lines
304 B
Makefile
# Created by: Daichi GOTO <daichi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMEPREFIX= ja-ibus-
|
|
|
|
COMMENT= Mozc engine for IBus
|
|
DATADIR= ${PREFIX}/share/ibus-${PORTNAME}
|
|
|
|
MASTERDIR= ${.CURDIR}/../../japanese/mozc-server
|
|
PKGMESSAGE= ${.CURDIR}/pkg-message
|
|
|
|
BUILD_MOZC_LIST= ibus_mozc
|
|
|
|
.include "${MASTERDIR}/Makefile"
|