openbsd-ports/devel/libofx/Makefile
2010-11-15 19:45:56 +00:00

44 lines
886 B
Makefile

# $OpenBSD: Makefile,v 1.5 2010/11/15 19:46:00 espie Exp $
COMMENT= opensource implementation of the OFX specification
DISTNAME= libofx-0.9.1
CATEGORIES= devel
HOMEPAGE= http://libofx.sourceforge.net/
MAINTAINER= Landry Breuil <gaston@gcu.info>
SHARED_LIBS= ofx 4.0 # .4.0
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libofx/}
MODULES= devel/gettext
WANTLIB= c m pthread stdc++ osp
LIB_DEPENDS= textproc/opensp
USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lm" \
CPPFLAGS="-I${LOCALBASE}/include"
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--without-libcurl \
--disable-doxygen \
--disable-dot \
--disable-gengetopt
post-install:
@chown -R ${SHAREOWN}:${SHAREGRP} \
${PREFIX}/share/doc/libofx/html
.include <bsd.port.mk>