summaryrefslogtreecommitdiffstats
path: root/finance/grisbi/Makefile
blob: 8f5fb0981dcaed649e6ec34e1131a3a07d577385 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# New ports collection makefile for:	grisbi
# Date created:		19 November 2002
# Whom:			Thierry Thomas <thierry@pompo.net>
#
# $FreeBSD$
#

PORTNAME=	grisbi
PORTVERSION=	0.4.3
PORTREVISION=	1
CATEGORIES=	finance
MASTER_SITES=	http://grisbi.org/download/packages/${PORTVERSION}/sources/		\
		http://cedricauger.free.fr/download/packages/${PORTVERSION}/sources/	\
		http://grisbi.gegeweb.net/download/packages/${PORTVERSION}/sources/

MAINTAINER=	thierry@pompo.net
COMMENT=	A personnal accounting application

LIB_DEPENDS=	iconv.3:${PORTSDIR}/converters/libiconv

USE_GETTEXT=	yes
USE_X_PREFIX=	yes
USE_GMAKE=	yes
USE_GNOMENG=	yes
USE_GNOME=	gtk12 libcapplet libxml gnomepanel orbit gdkpixbuf gnomelibs gnomeprint
USE_BISON=	yes
USE_BZIP2=	yes
USE_AUTOCONF_VER=	213

CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}"	\
		LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"		\
		AUTOHEADER="${AUTOHEADER}" AUTOCONF="${AUTOCONF}"

post-install:
	@${ECHO_MSG}
	@${CAT} ${PKGMESSAGE} | ${SED} -e "s:%%PREFIX%%:${PREFIX}:"
	@${ECHO_MSG}

.include <bsd.port.mk>
OpenPOWER on IntegriCloud