# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 68568 2010-06-06 22:12:11Z ryandesign@macports.org $

PortSystem 1.0

name            google-perftools
version         1.5
description     Fast, multi-threaded malloc() and nifty performance analysis tools
long_description    These tools are for use by developers so that they can create \
    more robust applications. Especially of use to those developing multi-threaded \
    applications in C++ with templates. Includes TCMalloc, heap-checker, heap-profiler \
    and cpu-profiler.
maintainers     brett openmaintainer
categories      devel
platforms       darwin
homepage        http://code.google.com/p/google-perftools/
master_sites    http://google-perftools.googlecode.com/files/

checksums       md5     cab3841f23fb93f8c69aedf60afcc43f \
                sha1    84c44c2576d8b06cd179f3c4bbd5a613dc63ce68 \
                rmd160  3c014fa2c2b140374f56678cd10f4427080f4f99

configure.args      --mandir=${prefix}/share/man
