# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$

PortSystem          1.0
PortGroup           github 1.0
PortGroup           cmake 1.0

github.setup        luceneplusplus LucenePlusPlus 3.0.4 rel_
categories          devel
platforms           darwin
maintainers         nomaintainer
license             GPL-3+

description         High-performance, full-featured text search engine for C++

long_description    Lucene++ is an up to date C++ port of the popular Java Lucene library, \
                    a high-performance, full-featured text search engine.

checksums           rmd160  c6134e1b79ff038d79bb259e8880ef5eac4953ff \
                    sha256  90dd039153acc444b224e0d230aec69ad1cd112071a10f9f25534a7f1196d922

depends_lib-append  port:boost

# Avoid case-insensitive name clash of ${prefix}/include/term.h from ncurses
# with Term.h in this build by removing the default -I${prefix}/include argument.
# The build system will pick up CPATH instead.
configure.cppflags