# $Id: Portfile,v 1.1 2004/07/10 01:38:13 lomion Exp $ PortSystem 1.0 name libofx version 0.6.6 revision 0 categories devel maintainers lomion@opendarwin.org description A parser and an API designed to allow applications \ to very easily support OFX command responses long_description This is the LibOFX library. It is a parser and an API \ designed to allow applications to very easily support \ OFX command responses, usually provided by financial \ institutions for statement downloads. To my knowledge, \ it is the first working OpenSource implementation of \ the OFX (Open Financial eXchange) specification on \ the client side. This project was first started as \ my end of degree project, with the objective to add \ OFX support to GnuCash. It since evolved into a \ generic library, so all OpenSource Financial \ software can benefit. homepage http://libofx.sourceforge.net/ platforms darwin master_sites sourceforge checksums md5 bf086f12ead5b19b7dc20badd396d87b depends_lib lib:libospgrove:openjade configure.env CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib configure.args "--with-opensp-includes=${prefix}/include/OpenSP \ --with-opensp-libs=${prefix}/lib/OpenSP"