freebsd-ports/finance/grisbi/Makefile

39 lines
856 B
Makefile
Raw Normal View History

# New ports collection makefile for: grisbi
# Date created: 19 November 2002
# Whom: Thierry Thomas <thierry@pompo.net>
#
# $FreeBSD$
#
PORTNAME= grisbi
2004-08-02 00:06:39 +02:00
PORTVERSION= 0.5.1
CATEGORIES= finance
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= thierry@FreeBSD.org
COMMENT= A personnal accounting application
2004-05-24 18:52:43 +02:00
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.4
2004-05-24 18:52:43 +02:00
GNU_CONFIGURE= yes
USE_GNOME= gtk20 glib20 libxml2
TEXMF?= share/texmf-local
2004-05-24 18:52:43 +02:00
UCS_CLASSDIR= ${LOCALBASE}/${TEXMF}/tex/latex/ucs
MAN1= grisbi.1
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
2004-05-24 18:52:43 +02:00
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
.include <bsd.port.mk>