aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-05-28 07:25:28 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-05-28 07:25:28 +0800
commit1622dadd3b7a0c991f0fed5d3223541c78b8a150 (patch)
treeb2da1281cfa9d9c9140166a9f0527692c04ade26 /textproc
parent1bd6425acf9b2ef7f0eb928c0e2db2a9a60047ff (diff)
downloadfreebsd-ports-gnome-1622dadd3b7a0c991f0fed5d3223541c78b8a150.tar.gz
freebsd-ports-gnome-1622dadd3b7a0c991f0fed5d3223541c78b8a150.tar.zst
freebsd-ports-gnome-1622dadd3b7a0c991f0fed5d3223541c78b8a150.zip
- Strip libraries
Diffstat (limited to 'textproc')
-rw-r--r--textproc/estraier/Makefile15
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