pkgsrc-wip/libclucene/Makefile
Mark Kirby 8c79b37920 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++.
2007-08-22 18:06:31 +00:00

18 lines
457 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2007/08/22 18:06:31 krub1 Exp $
DISTNAME= clucene-core-0.9.20
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"