Changeset View
Changeset View
Standalone View
Standalone View
japanese/mecab/Makefile
| PORTNAME= mecab | PORTNAME= mecab | ||||
| PORTVERSION= 0.996 | PORTVERSION= 0.996 | ||||
| PORTREVISION= 4 | PORTREVISION= 4 | ||||
| CATEGORIES= japanese textproc | CATEGORIES= japanese textproc | ||||
| MASTER_SITES= https://drive.google.com/uc?export=download&id=0B4y35FiV1wh7cENtOXlicTFaRUE&dummy=/ | MASTER_SITES= https://drive.google.com/uc?export=download&id=0B4y35FiV1wh7cENtOXlicTFaRUE&dummy=/ | ||||
| MAINTAINER= ports@FreeBSD.org | MAINTAINER= ports@FreeBSD.org | ||||
| COMMENT= Yet Another Part-of-Speech and Morphological Analyzer | COMMENT= Yet Another Part-of-Speech and Morphological Analyzer | ||||
| WWW= https://code.google.com/p/mecab/ | WWW= https://code.google.com/p/mecab/ | ||||
| LICENSE= BSD3CLAUSE GPLv2 LGPL21 | LICENSE= BSD3CLAUSE GPLv2 LGPL21 | ||||
| LICENSE_COMB= multi | LICENSE_COMB= multi | ||||
| BROKEN_mips= fails to link: Nonrepresentable section on output | |||||
| BROKEN_mips64= fails to link: Nonrepresentable section on output | |||||
| USES= gettext-tools iconv libtool localbase perl5 | USES= gettext-tools iconv libtool localbase perl5 | ||||
| USE_CXXSTD= c++14 | USE_CXXSTD= c++14 | ||||
| USE_LDCONFIG= yes | USE_LDCONFIG= yes | ||||
| USE_PERL5= build | USE_PERL5= build | ||||
| GNU_CONFIGURE= yes | GNU_CONFIGURE= yes | ||||
| GNU_CONFIGURE_MANPREFIX=${PREFIX}/share | GNU_CONFIGURE_MANPREFIX=${PREFIX}/share | ||||
| CONFIGURE_ARGS= ac_cv_lib_stdcpp_main=no | CONFIGURE_ARGS= ac_cv_lib_stdcpp_main=no | ||||
| Show All 25 Lines | |||||