freebsd-ports/finance/libofx/Makefile
Joe Marcus Clarke fa077df6b7 Add libofx, and OpenSource implementation of the Open Finiancial eXchange.
PR:		48358
Submitted by:	Glenn Johnson <glennpj@charter.net>
2003-02-17 21:15:29 +00:00

24 lines
606 B
Makefile

# New ports collection makefile for: libofx
# Date created: February 16 2003
# Whom: Glenn Johnson <glennpj@charter.net>
#
# $FreeBSD$
#
PORTNAME= libofx
PORTVERSION= 0.6.2
CATEGORIES= finance
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= libofx
MAINTAINER= ports@FreeBSD.org
COMMENT= OpenSource implementation of the OFX (Open Financial eXchange)
LIB_DEPENDS= osp.3:${PORTSDIR}/textproc/opensp
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS= --with-opensp-includes=${LOCALBASE}/include/OpenSP \
--with-opensp-libs=${LOCALBASE}/lib
.include <bsd.port.mk>