OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
2.5 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../evolution/evolution.conf
  5. # Copyright (C) 2006 The OpenSDE Project
  6. # Copyright (C) 2004 - 2006 The T2 SDE Project
  7. # Copyright (C) 1998 - 2004 Clifford Wolf
  8. #
  9. # More information can be found in the files COPYING and README.
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; version 2 of the License. A copy of the
  14. # GNU General Public License can be found in the file COPYING.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. var_append confopt ' ' '--enable-nntp=yes'
  17. # depends on seamonkey (used to be mozilla), enables SSL support
  18. var_append confopt ' ' '--enable-nss=yes'
  19. var_append confopt ' ' '--enable-smime=yes'
  20. # Enable support for building pilot conduits.
  21. pkginstalled gnome-pilot-conduits && var_append confopt ' ' '--enable-pilot-conduits=yes'
  22. # Add Mono embedded hooks.
  23. pkginstalled mono && var_append confopt ' ' "--enable-mono"
  24. # Build Exchange plugins
  25. var_append confopt ' ' "--enable-exchange"
  26. # Enable the usage of the GtkFileChooser in place of the GtkFileSelection dialog
  27. var_append confopt ' ' '--enable-file-chooser'
  28. # Enable plugins: no/base/all/experimental/list
  29. var_append confopt ' ' "--enable-plugins=all"
  30. # Enable LDAP support in evolution
  31. if pkginstalled openldap; then
  32. pkgprefix -t openldap
  33. var_append confopt ' ' "--with-openldap=$root/$( pkgprefix openldap )"
  34. var_append GCC_WRAPPER_APPEND ' ' "-I$root/$( pkgprefix includedir openldap )"
  35. # --with-static-ldap=no/yes Link LDAP support statically into evolution
  36. fi
  37. # FIXME Check following options:
  38. # --with-krb5=DIR Location of Kerberos 5 install dir
  39. # --with-krb5-libs=DIR Location of Kerberos 5 libraries
  40. # --with-krb5-includes=DIR Location of Kerberos 5 headers
  41. # --with-krb4=DIR Location of Kerberos 4 install dir
  42. # --with-krb4-libs=DIR Location of Kerberos 4 libraries
  43. # --with-krb4-includes=DIR Location of Kerberos 4 headers
  44. # --with-html-dir=PATH path to installed docs
  45. # --with-gconf-source=sourceaddress Config database for installing schema files.
  46. # --with-gconf-schema-file-dir=dir Directory for installing schema files.
  47. # --with-sub-version=VERSION Specify a sub-version string
  48. # --with-kde-applnk-path=PATH Location of KDE applnk files
  49. # currently only used with openldap path inside configure script (see
  50. # openldap-libsuff.patch)
  51. export libsuff=${libdir##*/lib}