mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
- Strip libraries
This commit is contained in:
parent
d309af6aab
commit
7594b38bbb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387695
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user