summaryrefslogtreecommitdiff
path: root/mail/evolution/Makefile
blob: 838834c2e8be5d9dd4ce02145f158ba6dcb79566 (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
# $NetBSD: Makefile,v 1.2 2001/05/02 11:14:56 zuntum Exp $
#

DISTNAME=		evolution-0.9
CATEGORIES=		mail time gnome
MASTER_SITES=		${MASTER_SITE_GNOME:=unstable/sources/evolution/}

MAINTAINER=		rh@netbsd.org
HOMEPAGE=		http://www.ximian.com/apps/evolution.php3
COMMENT=		GNOME mailer, calendar, contact manager, and communications tool

DEPENDS+=		gal>=0.4.1:../../devel/gal
DEPENDS+=		bonobo>=0.30:../../devel/bonobo
DEPENDS+=		gtkhtml>=0.8:../../www/gtkhtml
DEPENDS+=		gnome-vfs>=0.4.1:../../sysutils/gnome-vfs
DEPENDS+=		libunicode>=0.4:../../textproc/libunicode
DEPENDS+=		oaf>=0.6.1:../../devel/oaf
DEPENDS+=		ORBit>=0.5.6:../../net/ORBit
DEPENDS+=		gnome-print>=0.25:../../print/gnome-print
DEPENDS+=		gdk-pixbuf>=0.8.0:../../graphics/gdk-pixbuf
DEPENDS+=		openldap>=1.2.11:../../databases/openldap
BUILD_USES_MSGFMT=	YES

GNU_CONFIGURE=		YES
USE_GMAKE=		YES
USE_X11BASE=		YES
USE_LIBINTL=		YES
USE_LIBTOOL=		YES

LTCONFIG_OVERRIDE=	${WRKSRC}/ltconfig
CONFIGURE_ENV+=		CFLAGS="-D_POSIX_THREAD_SYSCALL_SOFT=1 ${CFLAGS}"
CPPFLAGS+=		-D_POSIX_THREAD_SYSCALL_SOFT=1

.include "../../mk/bsd.pkg.mk"