diff options
Diffstat (limited to 'finance/homebank/Makefile')
-rw-r--r-- | finance/homebank/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/finance/homebank/Makefile b/finance/homebank/Makefile index 60f89584200a..e9ffc068b32a 100644 --- a/finance/homebank/Makefile +++ b/finance/homebank/Makefile @@ -7,6 +7,7 @@ PORTNAME= homebank DISTVERSION= 3.2alpha2 +PORTREVISION= 1 CATEGORIES= finance MASTER_SITES= http://homebank.free.fr/public/ @@ -14,17 +15,23 @@ MAINTAINER= mezz@FreeBSD.org COMMENT= Manage your personal accounts at home WRKSRC= ${WRKDIR}/${PORTNAME} +USE_XLIB= yes USE_GMAKE= yes USE_GNOME= gtk20 USE_GETTEXT= yes USE_DOS2UNIX= src/* -USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" DOCS= AUTHORS COPYING ChangeLog LICENSE NEWS README +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= Does not build on FreeBSD 4.x +.endif + post-extract: @${RM} -rf ${WRKSRC}/autom4te.cache ${WRKSRC}/po/*.gmo @@ -36,4 +43,4 @@ post-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |