Changeset View
Changeset View
Standalone View
Standalone View
japanese/tomoe/Makefile
| Show All 13 Lines | |||||
| BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser | BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser | ||||
| GNU_CONFIGURE= yes | GNU_CONFIGURE= yes | ||||
| USES= gettext gmake libtool pathfix perl5 pkgconfig | USES= gettext gmake libtool pathfix perl5 pkgconfig | ||||
| USE_LDCONFIG= yes | USE_LDCONFIG= yes | ||||
| USE_PERL5= build | USE_PERL5= build | ||||
| CONFIGURE_ENV= PYTHON_VERSION=${PYTHON_VERSION:S;python;;} \ | CONFIGURE_ENV= PYTHON_VERSION=${PYTHON_VER} \ | ||||
| pyexecdir=${PYTHON_SITELIBDIR} \ | pyexecdir=${PYTHON_SITELIBDIR} \ | ||||
| GMSGFMT="${LOCALBASE}/bin/msgfmt" | GMSGFMT="${LOCALBASE}/bin/msgfmt" | ||||
| CFLAGS+= -I${LOCALBASE}/include | CFLAGS+= -I${LOCALBASE}/include | ||||
| OPTIONS_DEFINE= DICT_RUBY EST MYSQL PYTHON RUBY UNIHAN | OPTIONS_DEFINE= DICT_RUBY EST MYSQL PYTHON RUBY UNIHAN | ||||
| OPTIONS_DEFAULT= PYTHON | OPTIONS_DEFAULT= PYTHON | ||||
| OPTIONS_SUB= yes | OPTIONS_SUB= yes | ||||
| DICT_RUBY_DESC= Enable Ruby based dictionary module | DICT_RUBY_DESC= Enable Ruby based dictionary module | ||||
| ▲ Show 20 Lines • Show All 41 Lines • Show Last 20 Lines | |||||