Portfile

# $Id: Portfile 20418 2006-11-03 02:16:16Z jberry@macports.org $

PortSystem 1.0

name xbase
version 2.0.0
categories databases devel
platforms darwin
maintainers nomaintainer@macports.org
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

variant powerpc {
configure.args --host=powerpc-apple-freebsd
}

variant x86 {
configure.args --host=i686-apple-freebsd
}