# $Id$ 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 post-configure { if {[variant_isset universal]} { reinplace "s|-dynamiclib)|-dynamiclib) ${configure.universal_ldflags}|g" ${worksrcpath}/libtool } } pre-destroot { reinplace "s|-o \$(BINOWN) -g \$(BINGRP)||g" ${worksrcpath}/Makefile } destroot.args prefix=${destroot}/${prefix}