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.

51 lines
2.0 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 - 2007 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. # Enable support for building pilot conduits.
  18. pkginstalled gnome-pilot-conduits && var_append confopt ' ' '--enable-pilot-conduits=yes'
  19. # Add Mono embedded hooks.
  20. pkginstalled mono && var_append confopt ' ' "--enable-mono"
  21. # Build Exchange plugins
  22. var_append confopt ' ' "--enable-exchange"
  23. # Enable the usage of the GtkFileChooser in place of the GtkFileSelection dialog
  24. var_append confopt ' ' '--enable-file-chooser'
  25. # Enable plugins: no/base/all/experimental/list
  26. var_append confopt ' ' "--enable-plugins=all"
  27. # FIXME Check following options:
  28. # --with-krb5=DIR Location of Kerberos 5 install dir
  29. # --with-krb5-libs=DIR Location of Kerberos 5 libraries
  30. # --with-krb5-includes=DIR Location of Kerberos 5 headers
  31. # --with-krb4=DIR Location of Kerberos 4 install dir
  32. # --with-krb4-libs=DIR Location of Kerberos 4 libraries
  33. # --with-krb4-includes=DIR Location of Kerberos 4 headers
  34. # --with-html-dir=PATH path to installed docs
  35. # --with-gconf-source=sourceaddress Config database for installing schema files.
  36. # --with-gconf-schema-file-dir=dir Directory for installing schema files.
  37. # --with-sub-version=VERSION Specify a sub-version string
  38. # --with-kde-applnk-path=PATH Location of KDE applnk files
  39. # currently only used with openldap path inside configure script (see
  40. # openldap-libsuff.patch)
  41. export libsuff=${libdir##*/lib}