mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
15 lines
274 B
Makefile
15 lines
274 B
Makefile
# Created by: TAKANO, Yuji
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -el-${EMACS_PORT_NAME}
|
|
|
|
COMMENT= Emacs input method for Mozc
|
|
|
|
MASTERDIR= ${.CURDIR}/../../japanese/mozc-server
|
|
PKGMESSAGE= ${.CURDIR}/pkg-message
|
|
|
|
BUILD_MOZC_LIST=mozc_el
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|