to 2.23.2815.102.01, and devel/py-gyp to a snapshot as of 20200512. Changes include: - Migration to Python 3. - Update of the zipcode dictionary to 20200430. - Fix of the icon path for fcitx.
16 lines
324 B
Makefile
16 lines
324 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
|
|
|
|
BUILD_MOZC_LIST= fcitx_mozc
|
|
|
|
.include "${MASTERDIR}/Makefile"
|