Index: head/finance/homebank/Makefile =================================================================== --- head/finance/homebank/Makefile (revision 250210) +++ head/finance/homebank/Makefile (revision 250211) @@ -1,50 +1,52 @@ # New ports collection makefile for: homebank # Date created: 24 June 2006 # Whom: Mezz # # $FreeBSD$ # PORTNAME= homebank PORTVERSION= 4.2 CATEGORIES= finance MASTER_SITES= http://homebank.free.fr/public/ MAINTAINER= ports@FreeBSD.org COMMENT= Manage your personal accounts at home OPTIONS= OFX "Enable libOFX support" on +BROKEN= does not fetch + USE_GNOME= desktopfileutils gnomehier gtk20 USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_ICONS= yes CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} .include .if defined(WITHOUT_OFX) CONFIGURE_ARGS+=--without-ofx .else LIB_DEPENDS+= ofx.4:${PORTSDIR}/finance/libofx CONFIGURE_ARGS+=--with-ofx .endif post-extract: @${CHMOD} ${BINMODE} ${WRKSRC}/install-sh post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in AUTHORS ChangeLog NEWS README ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif @-update-desktop-database @-update-mime-database ${PREFIX}/share/mime .include Property changes on: head/finance/homebank/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.28 \ No newline at end of property +1.29 \ No newline at end of property