blob: 78c7c83609b2029d47801f7a3b25b74bef12e615 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# Created by: Glenn Johnson <glennpj@charter.net>
# $FreeBSD$
PORTNAME= libofx
PORTVERSION= 0.9.11
CATEGORIES= finance
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
MAINTAINER= jhale@FreeBSD.org
COMMENT= OpenSource implementation of the OFX (Open Financial eXchange)
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libcurl.so:ftp/curl \
libxml++-2.6.so:textproc/libxml++26 \
libosp.so:textproc/opensp
USES= gettext-runtime gmake iconv libtool localbase pathfix pkgconfig
USE_GNOME= glib20 glibmm libsigc++20 libxml2
CONFIGURE_ARGS= --disable-doxygen --disable-dot --disable-gengetopt \
--with-opensp-includes=${LOCALBASE}/include/OpenSP \
--with-opensp-libs=${LOCALBASE}/lib
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
PORTDOCS= *
OPTIONS_DEFINE= DOCS
post-install:
${RM} ${STAGEDIR}${DOCSDIR}/COPYING
.include <bsd.port.mk>
|