a3ce94c442
Gary Duzan in PR 32439: 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.
20 lines
575 B
Makefile
20 lines
575 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2006/02/05 22:25:01 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= libofx-0.8.0
|
|
CATEGORIES= finance devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libofx/}
|
|
|
|
MAINTAINER= gary@duzan.org
|
|
HOMEPAGE= http://libofx.sourceforge.net/
|
|
COMMENT= OFX (Open Financial eXchange) Library
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-opensp-includes=${BUILDLINK_PREFIX.opensp}/include/OpenSP \
|
|
--with-opensp-libs=${BUILDLINK_PREFIX.opensp}/libs
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
.include "../../textproc/opensp/buildlink3.mk"
|
|
.include "../../www/curl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|