freebsd-ports/finance/homebank/Makefile
Jason E. Hale b97c9d0f79 - Update finance/libofx to 0.9.9
- Support staging
- Remove USE_GCC= any; port seems to build fine with clang
- Move LICENSE to proper location
- Modernize LIB_DEPENDS
- USE_GMAKE -> USES= gmake
- Update pkg-descr to reflect current capabilities
- Bump PORTREVISION on dependent ports due to so version bump
2013-10-04 13:26:28 +00:00

40 lines
891 B
Makefile

# $FreeBSD$
PORTNAME= homebank
PORTVERSION= 4.5.4
PORTREVISION= 1
CATEGORIES= finance
MASTER_SITES= http://homebank.free.fr/public/
MAINTAINER= pawel@FreeBSD.org
COMMENT= Free, easy, personal accounting for everyone
LICENSE= GPLv2
LIB_DEPENDS= libosp.so:${PORTSDIR}/textproc/opensp
GNU_CONFIGURE= yes
USES= desktop-file-utils gmake pkgconfig shared-mime-info
USE_GNOME= gnomehier gtk20
INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -pthread
PORTDOCS= AUTHORS ChangeLog NEWS README
OPTIONS_DEFINE= DOCS OFX
OFX_DESC= OFX file format support
OPTIONS_DEFAULT=OFX
OFX_LIB_DEPENDS= libofx.so:${PORTSDIR}/finance/libofx
OFX_CONFIGURE_OFF= --without-ofx
post-extract:
@${CHMOD} ${BINMODE} ${WRKSRC}/install-sh
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>