# -*- 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 rizsotto Bear 2.0.3 checksums rmd160 0c8f811ad2f59e9a8cd11a646166736924b4ba55 \ sha256 c1e00b9d76db507198aa15f32307e1ff251b294f80a6105259ecaa3a39f220f8 maintainers cal openmaintainer license GPL-3+ platforms darwin categories devel description \ Bear is a tool to generate compilation database for clang tooling. long_description ${description} \ The JSON compilation database is used in clang project to provide \ information how a single compilation unit was processed. When that is \ available then it is easy to re-run the compilation with different \ programs. depends_lib-append port:python27 post-patch { reinplace "s|/usr/bin/env python|${prefix}/bin/python2.7|g" \ ${worksrcpath}/bear/main.py.in } cmake.out_of_source yes