Ticket #43772: luceneplusplus-3.0.6.Portfile.diff
File luceneplusplus-3.0.6.Portfile.diff, 1.3 KB (added by mojca (Mojca Miklavec), 10 years ago) |
---|
-
Portfile
5 5 PortGroup github 1.0 6 6 PortGroup cmake 1.0 7 7 8 github.setup luceneplusplus LucenePlusPlus 3.0. 4rel_8 github.setup luceneplusplus LucenePlusPlus 3.0.6 rel_ 9 9 categories devel 10 10 platforms darwin 11 11 maintainers nomaintainer … … 16 16 long_description Lucene++ is an up to date C++ port of the popular Java Lucene library, \ 17 17 a high-performance, full-featured text search engine. 18 18 19 checksums rmd160 c6134e1b79ff038d79bb259e8880ef5eac4953ff\20 sha256 90dd039153acc444b224e0d230aec69ad1cd112071a10f9f25534a7f1196d92219 checksums rmd160 28a52a6bc6c50ce2049e449cd157013d6bfdaf22 \ 20 sha256 8e0b574901ef98ef7a15b3799e818dc2ad32af4c13cb0307a4f36b2c04dac3eb 21 21 22 22 depends_lib-append port:boost 23 23 … … 25 25 # with Term.h in this build by removing the default -I${prefix}/include argument. 26 26 # The build system will pick up CPATH instead. 27 27 configure.cppflags 28 29 # for out-of-source build 30 configure.dir ${workpath}/build 31 build.dir ${configure.dir} 32 post-extract { file mkdir ${configure.dir} } 33 configure.post_args ${worksrcpath}