# -*- 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: Portfile 70038 2010-07-27 17:21:31Z ryandesign@macports.org $

PortSystem          1.0

name                talloc
conflicts           samba3
version             2.0.1
categories          devel
platforms           darwin
maintainers         nomaintainer
description         Hierarchical memory allocation library
long_description    talloc is a hierarchical, reference counted memory pool \
                    system with destructors. It is the core memory allocator \
                    used in Samba.
homepage            http://talloc.samba.org/
master_sites        http://samba.org/ftp/talloc/

checksums           md5     c6e736540145ca58cb3dcb42f91cf57b \
                    sha1    40453d01e3676832150cefe0a057835d3a847ac1 \
                    rmd160  b6d28a9f913c5d3abe2098d8b571bd293156ae1c

depends_build       port:pkgconfig

universal_variant   no

patchfiles          patch-Makefilein.diff patch-tallocmk.diff
