9 lines
207 B
Makefile
9 lines
207 B
Makefile
# Created by: Koichiro IWAO <meta+ports@vmeta.jp>
|
|
|
|
PKGNAMESUFFIX= -utf8
|
|
|
|
COMMENT= Japanese Morphological Dictionary for MeCab (UTF-8)
|
|
|
|
MASTERDIR= ${.CURDIR}/../mecab-ipadic
|
|
|
|
.include "${MASTERDIR}/Makefile"
|