# -*- 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

PortSystem          1.0
PortGroup           github 1.0

github.setup        gperftools gperftools 2.7 gperftools-
categories          devel
platforms           darwin
license             BSD
maintainers         nomaintainer
description         high-performance multi-threaded malloc() and nifty performance analysis tools
long_description    gperftools is a collection of a high-performance multi-threaded malloc() \
                    implementation, plus some pretty nifty performance analysis tools.

github.tarball_from releases
checksums           rmd160  a45ba1a6e601fe46ec7b7ed3035251f991371bd2 \
                    sha256  1ee8c8699a0eff6b6a203e59b43330536b22bbcbe6448f54c7091e5efb0763c9 \
                    size    1523562

platform darwin 15 {
    patchfiles-append   patch-build-fix-15.diff
    use_autoreconf      yes
}