From 7efd5cee6d3a83a71814b78efb69cf68ae96a113 Mon Sep 17 00:00:00 2001 From: rh Date: Thu, 26 Apr 2001 05:57:22 +0000 Subject: Initial import of evolution-0.9, a sophisticated GNOME mailer, address book, and calendar. --- mail/evolution/Makefile | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 mail/evolution/Makefile (limited to 'mail/evolution/Makefile') diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile new file mode 100644 index 00000000000..75a0898be0d --- /dev/null +++ b/mail/evolution/Makefile @@ -0,0 +1,34 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/04/26 05:57:22 rh Exp $ +# + +DISTNAME= evolution-0.9 +CATEGORIES= mail time gnome +MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/evolution/} + +MAINTAINER= rh@netbsd.org +HOMEPAGE= http://www.helixcode.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" -- cgit v1.2.3