aboutsummaryrefslogtreecommitdiff
path: root/textproc/hyperestraier
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-02-24 13:58:16 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-02-24 13:58:16 +0000
commitbcdc571a5df9eb640245415142234f6972bb4488 (patch)
tree0637764d7ef7fb727a6471d7577819e4941d1ed5 /textproc/hyperestraier
parentc23606300630b0e90815279159d48220eb8da21f (diff)
downloadports-bcdc571a5df9eb640245415142234f6972bb4488.tar.gz
ports-bcdc571a5df9eb640245415142234f6972bb4488.zip
Notes
Diffstat (limited to 'textproc/hyperestraier')
-rw-r--r--textproc/hyperestraier/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/textproc/hyperestraier/Makefile b/textproc/hyperestraier/Makefile
index 6b4683bff383..9c8a9179b81c 100644
--- a/textproc/hyperestraier/Makefile
+++ b/textproc/hyperestraier/Makefile
@@ -15,12 +15,16 @@ BUILD_DEPENDS= qdbm>=1.8.77:${PORTSDIR}/databases/qdbm
# check configure for min version of qdbm.
LIB_DEPENDS= libqdbm.so.14:${PORTSDIR}/databases/qdbm
+LICENSE= LGPL21
+LICENSE_FILE= ${WRKSRC}/COPYING
+
USES= iconv
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-bzip2 --disable-zlib
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
+INSTALL_TARGET= install-strip
OPTIONS_DEFINE= LZO MECAB
LZO_DESC= Enable lzo support
@@ -38,4 +42,7 @@ post-patch:
${WRKSRC}/Makefile.in
${RM} -f ${WRKSRC}/doc/intro-en.html~ ${WRKSRC}/doc/intro-ja.html~
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libestraier.so
+
.include <bsd.port.mk>