2006-06-25 04:25:58 +02:00
|
|
|
# New ports collection makefile for: homebank
|
|
|
|
# Date created: 24 June 2006
|
|
|
|
# Whom: Mezz <mezz@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= homebank
|
2006-11-27 19:07:03 +01:00
|
|
|
PORTVERSION= 3.2.1
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
2006-06-25 04:25:58 +02:00
|
|
|
CATEGORIES= finance
|
|
|
|
MASTER_SITES= http://homebank.free.fr/public/
|
|
|
|
|
|
|
|
MAINTAINER= mezz@FreeBSD.org
|
|
|
|
COMMENT= Manage your personal accounts at home
|
|
|
|
|
2006-08-07 20:04:55 +02:00
|
|
|
USE_XLIB= yes
|
2006-06-25 04:25:58 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= gtk20
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
|
|
|
|
2006-09-28 23:56:01 +02:00
|
|
|
EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude autom4te.cache
|
|
|
|
|
2006-11-27 19:07:03 +01:00
|
|
|
DOCS= AUTHORS COPYING ChangeLog NEWS README
|
2006-06-25 04:25:58 +02:00
|
|
|
|
2006-08-07 20:04:55 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 500000
|
|
|
|
BROKEN= Does not build on FreeBSD 4.x
|
|
|
|
.endif
|
|
|
|
|
2006-06-25 04:25:58 +02:00
|
|
|
.ifndef (NOPORTDOCS)
|
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
.for i in ${DOCS}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
2006-08-07 20:04:55 +02:00
|
|
|
.include <bsd.port.post.mk>
|