2006-06-25 04:25:58 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= homebank
|
2015-10-27 21:35:37 +01:00
|
|
|
PORTVERSION= 5.0.6
|
2006-06-25 04:25:58 +02:00
|
|
|
CATEGORIES= finance
|
|
|
|
MASTER_SITES= http://homebank.free.fr/public/
|
|
|
|
|
2011-03-23 17:58:01 +01:00
|
|
|
MAINTAINER= pawel@FreeBSD.org
|
2013-01-16 20:36:26 +01:00
|
|
|
COMMENT= Free, easy, personal accounting for everyone
|
2006-06-25 04:25:58 +02:00
|
|
|
|
2010-07-24 00:04:15 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2013-08-29 17:01:46 +02:00
|
|
|
LIB_DEPENDS= libosp.so:${PORTSDIR}/textproc/opensp
|
2013-01-16 20:36:26 +01:00
|
|
|
|
2006-06-25 04:25:58 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2014-11-29 19:22:32 +01:00
|
|
|
USES= desktop-file-utils gettext gmake pkgconfig shared-mime-info
|
2015-08-02 22:23:55 +02:00
|
|
|
USE_GNOME= gtk30 intltool
|
2009-05-09 11:19:07 +02:00
|
|
|
INSTALLS_ICONS= yes
|
2006-06-25 04:25:58 +02:00
|
|
|
|
2013-02-07 18:06:44 +01:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2015-04-14 18:50:36 +02:00
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2006-06-25 04:25:58 +02:00
|
|
|
|
2013-06-15 14:16:03 +02:00
|
|
|
PORTDOCS= AUTHORS ChangeLog NEWS README
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= DOCS OFX
|
|
|
|
OFX_DESC= OFX file format support
|
2012-06-08 00:44:21 +02:00
|
|
|
OPTIONS_DEFAULT=OFX
|
2009-05-09 11:19:07 +02:00
|
|
|
|
2014-03-03 18:05:51 +01:00
|
|
|
OFX_CONFIGURE_WITH= ofx
|
2013-08-29 17:01:46 +02:00
|
|
|
OFX_LIB_DEPENDS= libofx.so:${PORTSDIR}/finance/libofx
|
2012-06-08 00:44:21 +02:00
|
|
|
|
2006-06-25 04:25:58 +02:00
|
|
|
post-install:
|
2013-10-02 20:36:59 +02:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
2006-06-25 04:25:58 +02:00
|
|
|
|
2012-06-08 00:44:21 +02:00
|
|
|
.include <bsd.port.mk>
|