# $Id: Portfile 22496 2007-03-02 22:22:47Z mas@macports.org $ PortSystem 1.0 name libofx version 0.8.2 categories devel maintainers mas@macports.org openmaintainer@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. 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"