python/pycurl: native 64-bit build
[unleashed-userland.git] / components / evolution-data-server / Makefile
blob282040785c71a8322c888c6039d33161006fbe76
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL)". You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright (c) 2013 Alexander Pyhalov
15 include ../../make-rules/shared-macros.mk
17 COMPONENT_NAME= evolution-data-server
18 COMPONENT_VERSION= 2.32.3
19 COMPONENT_REVISION= 3
20 COMPONENT_PROJECT_URL= https://projects.gnome.org/evolution/developer.shtml
21 COMPONENT_SUMMARY= Backend library for Evolution
22 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
24 COMPONENT_ARCHIVE_HASH= \
25 sha256:744026a745b711b3e393b61fed21c4926d1b10a3aa7da64f4b33a3e3bf5b085c
26 COMPONENT_ARCHIVE_URL= http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/2.32/$(COMPONENT_NAME)-$(COMPONENT_VERSION).tar.bz2
28 include $(WS_TOP)/make-rules/prep.mk
29 include $(WS_TOP)/make-rules/configure.mk
30 include $(WS_TOP)/make-rules/ips.mk
32 PATH=/usr/gnu/bin:/usr/bin:/usr/perl5/bin
34 COMPONENT_PREP_ACTION = (cd $(@D) ; autoreconf -f -i)
35 gcc_OPT = -O2
37 LDFLAGS+= -L/usr/lib/mps -R/usr/lib/mps
38 CFLAGS+= -D__EXTENSIONS__
40 CONFIGURE_ENV+= INTLTOOL_PERL=$(PERL)
42 CONFIGURE_OPTIONS+= --sysconfdir=/etc
43 CONFIGURE_OPTIONS+= --libexecdir=/usr/lib
44 CONFIGURE_OPTIONS+= --with-sunldap=/usr
45 CONFIGURE_OPTIONS+= --with-krb5=/usr
46 CONFIGURE_OPTIONS+= --enable-smime=yes
47 CONFIGURE_OPTIONS+= --enable-nntp=yes
48 CONFIGURE_OPTIONS+= --enable-largefile
49 CONFIGURE_OPTIONS+= --disable-gnome-keyring
51 COMPONENT_INSTALL_ENV+= GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
53 # common targets
54 build: $(BUILD_32)
56 install: $(INSTALL_32)
58 test: $(NO_TESTS)
60 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
62 include $(WS_TOP)/make-rules/depend.mk