mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
d7b7b3a677
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.
14 lines
263 B
Makefile
14 lines
263 B
Makefile
# Created by: TAKANO, Yuji
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -el${EMACS_PKGNAMESUFFIX}
|
|
|
|
COMMENT= Emacs input method for Mozc
|
|
|
|
MASTERDIR= ${.CURDIR}/../../japanese/mozc-server
|
|
PKGMESSAGE= ${.CURDIR}/pkg-message
|
|
|
|
BUILD_MOZC_LIST=mozc_el
|
|
|
|
.include "${MASTERDIR}/Makefile"
|