summaryrefslogtreecommitdiff
path: root/finance/grisbi/Makefile
blob: 2883eb8dc5d9e5b063aad2da8ee0e862c0be9b1a (plain) (blame)
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
# New ports collection makefile for:	grisbi
# Date created:		19 November 2002
# Whom:			Thierry Thomas <thierry@pompo.net>
#
# $FreeBSD$
#

PORTNAME=	grisbi
PORTVERSION=	0.5.0
CATEGORIES=	finance
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	thierry@FreeBSD.org
COMMENT=	A personnal accounting application

LIB_DEPENDS=	ofx.0:${PORTSDIR}/finance/libofx
.if !defined(WITHOUT_LATEX)
RUN_DEPENDS=	${UCS_CLASSDIR}/ucs.sty:${PORTSDIR}/print/latex-ucs
.endif

USE_BZIP2=	yes
USE_GETTEXT=	yes
USE_ICONV=	yes
USE_GMAKE=	yes
USE_GCC=	3.3
GNU_CONFIGURE=	yes
USE_GNOME=	gtk20 glib20 libxml2

TEXMF?=		share/texmf
UCS_CLASSDIR=	${LOCALBASE}/${TEXMF}/tex/latex/ucs

MAN1=		grisbi.1

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

.include <bsd.port.mk>