# $Id: Portfile,v 1.2 2005/09/13 06:57:39 olegb Exp $
PortSystem 1.0
name		dmalloc
version		5.4.2
description	Debug Malloc Library
long_description        The debug memory allocation or dmalloc library \
			has been designed as a drop in replacement for \
			the system's malloc, realloc, calloc, free and \
			other memory management routines while providing \
			powerful debugging facilities configurable at runtime.
maintainers	darwinports@opendarwin.org
categories	devel
platforms	darwin 
homepage	http://dmalloc.com
extract.suffix	.tgz
master_sites    http://dmalloc.com/releases/ sourceforge
checksums	md5 ca8d9d72351679e20b8eff96a7a16bf3
configure.args	--mandir=${prefix}/share/man --enable-threads --enable-shlib
destroot.destdir prefix=${destroot}${prefix}
