blob: 0a83994c9536ba97075b565f74e0dd3c9f443bd2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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"
|