# -*- 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 49952 2009-04-21 03:29:56Z brett@macports.org $

PortSystem 1.0

name            google-perftools
version         1.2
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       sha1 5dab3a6d53d2bc875923ebb4d87920282928e233
configure.args      --mandir=${prefix}/share/man
