Portfile

# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $

PortSystem 1.0

name dbh
version 1.0.24
revision 1
categories databases
maintainers nomaintainer@macports.org
platforms darwin
description Disk based hash library
long_description \
Disk based hashes is a method to create multidimensional binary trees on disk. \
This library permits the extension of database concept to a plethora of \
electronic data, such as graphic information. With the multidimensional binary \
tree it is possible to mathematically prove that access time to any \
particular record is minimized (using the concept of critical points from \
calculus), which provides the means to construct optimized databases for \
particular applications.

homepage http://dbh.sourceforge.net
master_sites sourceforge
checksums md5 42e122a321089f2429986d0d161ed92a

configure.args --disable-debug

pre-configure {
reinplace "s|-Wl,-R\${libdir}||g" ${worksrcpath}/src/dbh-1.0.pc.in
}