# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $ PortSystem 1.0 name libofx version 0.8.2 categories devel maintainers nomaintainer@macports.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 b860894c1e3da7f58ce5d92e064d0e85 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"