a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 23053 2007-03-23 20:35:47Z pipping@macports.org $
PortSystem 1.0
name gdbm
version 1.8.3
revision 1
categories databases
maintainers digdog@macports.org
description The GNU database manager
long_description \
The GNU `dbm' is a library of database functions that \
use extendible hashing and works similar to the standard \
UNIX `dbm' functions. \
These routines are provided to a programmer needing to \
create and manipulate a hashed database.
homepage http://www.gnu.org/software/gdbm/gdbm.html
platforms darwin freebsd
master_sites gnu
distname ${name}-${version}
checksums md5 1d1b1d5c0245b1c00aff92da751e9aa1
patchfiles patch-Makefile.in
configure.args --mandir=\\\${prefix}/share/man --infodir=\\\${prefix}/share/info
pre-destroot {
reinplace "s|-o \$(BINOWN) -g \$(BINGRP)||g" ${worksrcpath}/Makefile
}
destroot.args prefix=${destroot}/${prefix}