536cebc3ad
a detailed list, see the release notes on the package's homepage.
42 lines
1.4 KiB
Makefile
42 lines
1.4 KiB
Makefile
# $NetBSD: Makefile,v 1.4 2001/08/11 18:39:25 rh Exp $
|
|
#
|
|
|
|
DISTNAME= evolution-0.12
|
|
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+= bison-*:../../devel/bison
|
|
DEPENDS+= db3-2.9:../../databases/db3
|
|
DEPENDS+= gal>=0.10:../../devel/gal
|
|
DEPENDS+= bonobo>=1.0.7:../../devel/bonobo
|
|
DEPENDS+= bonobo-conf>=0.10:../../devel/bonobo-conf
|
|
DEPENDS+= gtkhtml>=0.11.1:../../www/gtkhtml
|
|
DEPENDS+= gnome-vfs>=1.0.1:../../sysutils/gnome-vfs
|
|
DEPENDS+= libunicode>=0.4:../../textproc/libunicode
|
|
DEPENDS+= oaf>=0.6.5:../../devel/oaf
|
|
DEPENDS+= ORBit>=0.5.8:../../net/ORBit
|
|
DEPENDS+= gnome-print>=0.29:../../print/gnome-print
|
|
DEPENDS+= gdk-pixbuf>=0.9.0:../../graphics/gdk-pixbuf
|
|
BUILD_USES_MSGFMT= YES
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_GMAKE= YES
|
|
USE_X11BASE= YES
|
|
USE_LIBINTL= YES
|
|
USE_LIBTOOL= YES
|
|
YACC= ${PREFIX}/bin/bison -y
|
|
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
CONFIGURE_ARGS+= --enable-ldap=no
|
|
CONFIGURE_ARGS+= --with-db3-includes=${LOCALBASE}/include/db3
|
|
CONFIGURE_ARGS+= --with-db3-libs=${LOCALBASE}/lib
|
|
CONFIGURE_ENV+= CFLAGS="-D_POSIX_THREAD_SYSCALL_SOFT=1 ${CFLAGS}"
|
|
CPPFLAGS+= -D_POSIX_THREAD_SYSCALL_SOFT=1
|
|
|
|
.include "../../security/openssl/buildlink.mk"
|
|
.include "../../databases/db3/buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|