diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-27 23:25:28 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-27 23:25:28 +0000 |
commit | 7594b38bbbeb2e481b995510ce7bb840485e0d61 (patch) | |
tree | b2da1281cfa9d9c9140166a9f0527692c04ade26 /textproc/estraier | |
parent | d309af6aabde1bc244970642b696d2c04f312d2c (diff) | |
download | ports-7594b38bbbeb2e481b995510ce7bb840485e0d61.tar.gz ports-7594b38bbbeb2e481b995510ce7bb840485e0d61.zip |
Notes
Diffstat (limited to 'textproc/estraier')
-rw-r--r-- | textproc/estraier/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/textproc/estraier/Makefile b/textproc/estraier/Makefile index 6ae5798f132e..0a8d846f8fb3 100644 --- a/textproc/estraier/Makefile +++ b/textproc/estraier/Makefile @@ -3,7 +3,7 @@ PORTNAME= estraier PORTVERSION= 1.2.30 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= http://fallabs.com/estraier/ @@ -12,12 +12,6 @@ COMMENT= Full-text search system for personal use LIB_DEPENDS= libqdbm.so:${PORTSDIR}/databases/qdbm -OPTIONS_DEFINE= CHASEN MECAB KAKASI -OPTIONS_DEFAULT= KAKASI -CHASEN_DESC= Japanese Morphological Analysis Support -MECAB_DESC= Part-of-Speech and Morphological Analyzer -KAKASI_DESC= Language processing filter/converter - USES= iconv GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-sysqdbm \ @@ -25,6 +19,13 @@ CONFIGURE_ARGS= --with-sysqdbm \ --enable-devel CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/include +INSTALL_TARGET= install-strip + +OPTIONS_DEFINE= CHASEN MECAB KAKASI +OPTIONS_DEFAULT= KAKASI +CHASEN_DESC= Japanese Morphological Analysis Support +MECAB_DESC= Part-of-Speech and Morphological Analyzer +KAKASI_DESC= Language processing filter/converter CHASEN_LIB_DEPENDS= libchasen.so:${PORTSDIR}/japanese/chasen-base CHASEN_CONFIGURE_ENABLE= chasen |