99ab6e3e02
Changelog: * new : your account, added expand/collapse button * wish : #1653350 cvs import default category for payee * wish : #1645126 remember the size of columns listview in the main window * wish : #1530784 easy way to see closed accounts in account list * wish : #1164643 totals per Financial Institution in account summary * bugfix: #1658047 Euro major Lithuanian template corrections * bugfix: #1658045 Euro major settings: list countries alphabetically * bugfix: #1658043 Euro major feature calculates amounts incorrectly * bugfix: #1656531 account combobox can be default set to disabled account * bugfix: #1653957 Importing QIF file with existing accounts * bugfix: #1652994 Sorting for account in Statistics Report doesn't work * bugfix: #1652527 Balance report crash when no result * bugfix: #1649081 Exclude from budget option seems ignored * bugfix: #1649078 Remind operations are included in "today" balance calculation * bugfix: #1648856 balance report "select all" is not working
36 lines
811 B
Makefile
36 lines
811 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= homebank
|
|
PORTVERSION= 5.1.3
|
|
CATEGORIES= finance
|
|
MASTER_SITES= http://homebank.free.fr/public/
|
|
|
|
MAINTAINER= pawel@FreeBSD.org
|
|
COMMENT= Free, easy, personal accounting for everyone
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \
|
|
libosp.so:textproc/opensp
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= desktop-file-utils gettext gmake localbase pkgconfig \
|
|
shared-mime-info
|
|
USE_GNOME= cairo gtk30 intltool
|
|
INSTALLS_ICONS= yes
|
|
|
|
PORTDOCS= AUTHORS ChangeLog NEWS README
|
|
|
|
OPTIONS_DEFINE= DOCS OFX
|
|
OFX_DESC= OFX file format support
|
|
OPTIONS_DEFAULT=OFX
|
|
|
|
OFX_CONFIGURE_WITH= ofx
|
|
OFX_LIB_DEPENDS= libofx.so:finance/libofx
|
|
|
|
post-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|