ad6ceadd25
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
25 lines
716 B
Makefile
25 lines
716 B
Makefile
# $NetBSD: Makefile,v 1.8 2008/01/18 05:06:34 tnn Exp $
|
|
#
|
|
|
|
DISTNAME= libofx-0.8.3
|
|
PKGREVISION= 2
|
|
CATEGORIES= finance devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libofx/}
|
|
|
|
MAINTAINER= gary@duzan.org
|
|
HOMEPAGE= http://libofx.sourceforge.net/
|
|
COMMENT= OFX (Open Financial eXchange) Library
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-opensp-includes=${BUILDLINK_PREFIX.opensp}/include/OpenSP \
|
|
--with-opensp-libs=${BUILDLINK_PREFIX.opensp}/libs
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= pkg-config
|
|
USE_LIBTOOL= yes
|
|
|
|
.include "../../textproc/libxml++1/buildlink3.mk"
|
|
.include "../../textproc/opensp/buildlink3.mk"
|
|
.include "../../www/curl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|