# $Id: Portfile 30223 2007-10-22 22:46:02Z jmpp@macports.org $

PortSystem 1.0

name			xbase
version			2.0.0
categories		databases devel
platforms		darwin
maintainers		nomaintainer
description		XBase compatible C++ class library
long_description	Xbase is an XBase compatible C++ class library. It \
				provides C and C++ programmers with a cross-platform class and \
				function library for manipulating Xbase type datafiles and \
				indexes. There is support for .DBF and .NDX files (including \
				support for Dbase III and IV memo fields, dates, and record \
				and file locking), and limited support is also supplied for \
				.NTX (clipper index) files.

homepage		http://linux.techassocinc.com/projects/xdb/
master_sites		sourceforge:xdb
checksums		md5 9b29362031716a12491beb9f8cc882f2

configure.args	--host=powerpc-apple-freebsd

platform i386 {
	configure.args-delete	--host=powerpc-apple-freebsd
	configure.args-append	--host=i686-apple-freebsd
}
