pkgsrc-wip/lucene/buildlink3.mk
Kamel Ibn Aziz Derouiche 9792b9fd7f Import lucene-3.0.2 as wip/lucene.
Lucene is a Java full-text search engine.  Lucene is not a complete
application, but rather a code library and API that can easily be used
to add search capabilities to applications.
2010-08-04 00:07:25 +00:00

12 lines
300 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/08/04 00:07:36 jihbed Exp $
BUILDLINK_TREE+= lucene
.if !defined(LUCENE_BUILDLINK3_MK)
LUCENE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.lucene+= lucene>=3.0.2
BUILDLINK_PKGSRCDIR.lucene?= ../../wip/lucene
.endif # LUCENE_BUILDLINK3_MK
BUILDLINK_TREE+= -lucene