# $Id: Portfile,v 1.14 2004/02/08 23:16:02 mww Exp $

PortSystem 1.0

name		gdbm
version 	1.8.3
revision	1
categories	databases
maintainers	digdog@opendarwin.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	${portname}-${portversion}
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}
