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