3c8126a50c
CLucene is a high-performance, scalable, cross platform, full-featured, open-source indexing and searching API. It is written in C++. CLucene is a port of the very popular Java Lucene text search engine API. Specifically, CLucene is the guts of a search engine, the hard stuff. You write the easy stuff, the UI and the process of selecting and parsing your data files to pump them into the search engine yourself. CLucene aims to be a good alternative to Java Lucene when performance really matters or if you want to stick to good old C++.
19 lines
486 B
Makefile
19 lines
486 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/11/04 10:52:53 markd Exp $
|
|
|
|
DISTNAME= clucene-core-0.9.21
|
|
PKGREVISION= 1
|
|
PKGNAME= lib${DISTNAME:S/-core-/-/}
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clucene/}
|
|
|
|
MAINTAINER= mkirby@NetBSD.org
|
|
HOMEPAGE= http://clucene.sourceforge.net/index.php/Main_Page
|
|
COMMENT= Text search engine written in C++
|
|
|
|
USE_TOOLS+= gmake
|
|
USE_LANGUAGES= c c++
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|