mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
93ce472fd2
to identify character set by means of package name * japanese/mecab-ipadic-eucjp * japanese/mecab-ipadic-sjis * japanese/mecab-ipadic-utf8 (default) - Set default character set to UTF-8 - Unbreak mecab-ipadic-sjis - Bump PORTREVISION PR: 200325 Submitted by: Koichiro IWAO (meta+ports_AT_vmeta_DOT_jp) Approved by: maintainer timeout (> 8 weeks)
11 lines
223 B
Makefile
11 lines
223 B
Makefile
# Created by: Koichiro IWAO <meta+ports@vmeta.jp>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -sjis
|
|
|
|
COMMENT= Japanese Morphological Dictionary for MeCab (Shift JIS)
|
|
|
|
MASTERDIR= ${.CURDIR}/../mecab-ipadic
|
|
|
|
.include "${MASTERDIR}/Makefile"
|