2001-05-02 13:14:56 +02:00
|
|
|
# $NetBSD: Makefile,v 1.2 2001/05/02 11:14:56 zuntum Exp $
|
2001-04-26 07:57:22 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= evolution-0.9
|
|
|
|
CATEGORIES= mail time gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/evolution/}
|
|
|
|
|
|
|
|
MAINTAINER= rh@netbsd.org
|
2001-05-02 13:14:56 +02:00
|
|
|
HOMEPAGE= http://www.ximian.com/apps/evolution.php3
|
2001-04-26 07:57:22 +02:00
|
|
|
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"
|