28c78d1e87
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.
12 lines
301 B
Makefile
12 lines
301 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2014/05/24 10:21:13 obache Exp $
|
|
|
|
BUILDLINK_TREE+= marisa
|
|
|
|
.if !defined(MARISA_BUILDLINK3_MK)
|
|
MARISA_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.marisa+= marisa>=0.2.4
|
|
BUILDLINK_PKGSRCDIR.marisa?= ../../textproc/marisa
|
|
.endif # MARISA_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -marisa
|