pkgsrc/textproc/marisa/Makefile
obache 28c78d1e87 Import marisa-0.2.4 and bindings as textproc/{,p5-,py-,ruby-}marisa
Packaged by ISIHARA TAkanori in pkgsrc-wip.

Matching Algorithm with Recursively Implemented StorAge (MARISA) is a
static and space-efficient trie data structure. And libmarisa is a C++
library to provide an implementation of MARISA. Also, the package of
libmarisa contains a set of command line tools for building and
operating a MARISA-based dictionary.
2014-05-24 10:21:13 +00:00

15 lines
318 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/05/24 10:21:13 obache Exp $
.include "Makefile.common"
COMMENT= C++ library to provide an implementation of MARISA
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
#TEST_TARGET= check
PKGCONFIG_OVERRIDE+= marisa.pc.in
.include "../../mk/bsd.pkg.mk"