diff options
author | rafan <rafan@FreeBSD.org> | 2008-03-11 18:51:17 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2008-03-11 18:51:17 +0800 |
commit | d5421653eeb67d3f134f7897aa504d613ef50573 (patch) | |
tree | 5245ffb633abc50c3d61be674135fabc1db328c4 /textproc/Makefile | |
parent | a735a8c9529eaa984bdc59ef9628b408465806c5 (diff) | |
download | freebsd-ports-gnome-d5421653eeb67d3f134f7897aa504d613ef50573.tar.gz freebsd-ports-gnome-d5421653eeb67d3f134f7897aa504d613ef50573.tar.zst freebsd-ports-gnome-d5421653eeb67d3f134f7897aa504d613ef50573.zip |
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.
WWW: http://lucene.apache.org/java/
PR: ports/121537
Submitted by: Gerrit Beine <gerrit.beine at gmx.de>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 883fb8e6993d..6b073babefd9 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -294,6 +294,7 @@ SUBDIR += localize SUBDIR += lt-aspell SUBDIR += ltxml + SUBDIR += lucene SUBDIR += lv-aspell SUBDIR += makefaq SUBDIR += makepatch |