diff options
author | rh <rh@pkgsrc.org> | 2001-04-26 05:57:22 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-04-26 05:57:22 +0000 |
commit | 369820d0a43fd0318ee0030fa77a5fde72e9b358 (patch) | |
tree | 46e2c57b8da800398cd0765a2a88ebf04a1ecd26 /mail/evolution/Makefile | |
parent | cd75f526379c43382b5410c208aa5115e215ddcc (diff) | |
download | pkgsrc-369820d0a43fd0318ee0030fa77a5fde72e9b358.tar.gz |
Initial import of evolution-0.9, a sophisticated GNOME mailer, address
book, and calendar.
Diffstat (limited to 'mail/evolution/Makefile')
-rw-r--r-- | mail/evolution/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
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" |