11 lines
221 B
Makefile
11 lines
221 B
Makefile
|
# Created by: Koichiro IWAO <meta+ports@vmeta.jp>
|
||
|
# $FreeBSD$
|
||
|
|
||
|
PKGNAMESUFFIX= -eucjp
|
||
|
|
||
|
COMMENT= Japanese Morphological Dictionary for MeCab (EUC-JP)
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../mecab-ipadic
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|