Ticket #43772: LucenePlusPlus.Portfile

File LucenePlusPlus.Portfile, 1.0 KB (added by raimue (Rainer Müller), 10 years ago)
Line 
1# -*- 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
2# $Id: Portfile 116573 2014-01-29 00:56:49Z raimue@macports.org $
3
4PortSystem 1.0
5PortGroup github 1.0
6PortGroup cmake 1.0
7
8github.setup    luceneplusplus LucenePlusPlus 3.0.4 rel_
9categories      devel
10platforms       darwin
11maintainers     nomaintainer
12license         GPL-3+
13
14description     High-performance, full-featured text search engine for C++
15
16long_description \
17    Lucene++ is an up to date C++ port of the popular Java Lucene library, \
18    a high-performance, full-featured text search engine.
19
20checksums           rmd160  c6134e1b79ff038d79bb259e8880ef5eac4953ff \
21                    sha256  90dd039153acc444b224e0d230aec69ad1cd112071a10f9f25534a7f1196d922
22
23depends_lib-append  port:boost
24
25# Avoid case-insensitive name clash of ${prefix}/include/term.h from ncurses
26# with Term.h in this build by removing the default -I${prefix}/include argument.
27# The build system will pick up CPATH instead.
28configure.cppflags