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 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | PortGroup cmake 1.0 |
---|
7 | |
---|
8 | github.setup luceneplusplus LucenePlusPlus 3.0.4 rel_ |
---|
9 | categories devel |
---|
10 | platforms darwin |
---|
11 | maintainers nomaintainer |
---|
12 | license GPL-3+ |
---|
13 | |
---|
14 | description High-performance, full-featured text search engine for C++ |
---|
15 | |
---|
16 | long_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 | |
---|
20 | checksums rmd160 c6134e1b79ff038d79bb259e8880ef5eac4953ff \ |
---|
21 | sha256 90dd039153acc444b224e0d230aec69ad1cd112071a10f9f25534a7f1196d922 |
---|
22 | |
---|
23 | depends_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. |
---|
28 | configure.cppflags |
---|