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 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup cmake 1.0 |
---|
5 | PortGroup cxx11 1.0 |
---|
6 | PortGroup github 1.0 |
---|
7 | |
---|
8 | github.setup cginternals cpplocate 7ba162fce3615fad03037eef05ff29d5bc430e26 |
---|
9 | categories devel |
---|
10 | platforms darwin |
---|
11 | maintainers gmail.com:ken.cunningham.webuse openmaintainer |
---|
12 | license MIT |
---|
13 | |
---|
14 | description Cross-platform C++ library providing tools for applications to locate themselves, their data assets as well as dependend modules. |
---|
15 | long_description cpplocate is an MIT licensed, cross-platform C++ library that provides tools for applications to locate themselves, their data assets, as well as dependend modules. |
---|
16 | |
---|
17 | checksums rmd160 d2b83fb64e2a612dab25f6a49287452899151d78 \ |
---|
18 | sha256 8a1c6cd485ccedcec19b465a32c671924a1975a782f557446a5f049163f70b89 |
---|
19 | |
---|
20 | configure.args-append "-DBUILD_SHARED_LIBS:BOOL=ON" |
---|
21 | cmake.out_of_source yes |
---|
22 | |
---|
23 | patchfiles-append patch-cpplocate-cmake-installdirs.diff |
---|
24 | |
---|
25 | variant docs description "install documentation" { |
---|
26 | configure.args-append "-DOPTION_BUILD_DOCS:BOOL=ON" |
---|
27 | depends_build-append port:doxygen |
---|
28 | } |
---|