# $Id: Portfile 92708 2012-05-04 08:16:14Z jmr@macports.org $

PortSystem 1.0

name			xbase
version			3.1.2
categories		databases devel
# lib is LGPL, executables are GPL
license			{LGPL GPL-2+}
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.techass.com/projects/xdb/
master_sites		sourceforge:project/xdb/Source/${version}
distname        ${name}64-${version}
checksums       md5     7f3a727c142b4339faa781e1f6d5871c \
                sha1    5bd433a4f748a6fa1a7855b6a2325483d4ee7206 \
                rmd160  8f2a16fcecd6098b7b3ca47354e33a387a7dc1d9

patchfiles      patch-xbase64-cpp.diff \
                patch-xblock-cpp.diff \
                patch-xbtypes-h.diff

configure.args-append --without-xbase-locking

use_parallel_build  no
