# $Id: Portfile,v 1.1 2004/10/25 14:29:57 mww Exp $

PortSystem 1.0

name			fastdb
version			3.05
categories		databases
platforms		darwin
maintainers		mww@opendarwin.org
description		Main Memory Relational Database Management System
long_description	${description}

homepage		http://www.garret.ru/~knizhnik/fastdb.html
master_sites	http://www.garret.ru/~knizhnik/
checksums		md5 becbe908178c59ea8f5c48f0f32f22f0
patchfiles		patch-makefile.osx

worksrcdir		${name}

use_configure	no

build.args		-f makefile.osx PREFIX=${prefix}

destroot.destdir	-f makefile.osx PREFIX=${destroot}${prefix}
