pkgsrc/textproc/marisa/Makefile
taca 02546306b0 textproc/marisa: update to 0.2.6
No release note nor change log.  Please refer commit log
<https://github.com/s-yata/marisa-trie/commits/master> in detail.

0.2.5 (2018-05-19)
0.2.6 (2020-06-14)

This commit also updates language binding packages: p5-marisa, py-marisa and
ruby-marisa.
2021-12-12 13:55:13 +00:00

18 lines
397 B
Makefile

# $NetBSD: Makefile,v 1.3 2021/12/12 13:55:13 taca Exp $
.include "Makefile.common"
COMMENT= C++ library to provide an implementation of MARISA
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config autoconf automake
USE_LANGUAGES= c c++
#TEST_TARGET= check
PKGCONFIG_OVERRIDE+= marisa.pc.in
pre-configure:
cd ${WRKSRC} && autoreconf --install --symlink
.include "../../mk/bsd.pkg.mk"