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
51 lines
2.0 KiB
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
# |
|
# Filename: package/.../evolution/evolution.conf |
|
# Copyright (C) 2006 - 2007 The OpenSDE Project |
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
# Copyright (C) 1998 - 2004 Clifford Wolf |
|
# |
|
# More information can be found in the files COPYING and README. |
|
# |
|
# This program is free software; you can redistribute it and/or modify |
|
# it under the terms of the GNU General Public License as published by |
|
# the Free Software Foundation; version 2 of the License. A copy of the |
|
# GNU General Public License can be found in the file COPYING. |
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
var_append confopt ' ' '--enable-nntp=yes' |
|
|
|
# Enable support for building pilot conduits. |
|
pkginstalled gnome-pilot-conduits && var_append confopt ' ' '--enable-pilot-conduits=yes' |
|
|
|
# Add Mono embedded hooks. |
|
pkginstalled mono && var_append confopt ' ' "--enable-mono" |
|
|
|
# Build Exchange plugins |
|
var_append confopt ' ' "--enable-exchange" |
|
|
|
# Enable the usage of the GtkFileChooser in place of the GtkFileSelection dialog |
|
var_append confopt ' ' '--enable-file-chooser' |
|
|
|
# Enable plugins: no/base/all/experimental/list |
|
var_append confopt ' ' "--enable-plugins=all" |
|
|
|
# FIXME Check following options: |
|
# --with-krb5=DIR Location of Kerberos 5 install dir |
|
# --with-krb5-libs=DIR Location of Kerberos 5 libraries |
|
# --with-krb5-includes=DIR Location of Kerberos 5 headers |
|
# --with-krb4=DIR Location of Kerberos 4 install dir |
|
# --with-krb4-libs=DIR Location of Kerberos 4 libraries |
|
# --with-krb4-includes=DIR Location of Kerberos 4 headers |
|
# --with-html-dir=PATH path to installed docs |
|
# --with-gconf-source=sourceaddress Config database for installing schema files. |
|
# --with-gconf-schema-file-dir=dir Directory for installing schema files. |
|
# --with-sub-version=VERSION Specify a sub-version string |
|
# --with-kde-applnk-path=PATH Location of KDE applnk files |
|
|
|
# currently only used with openldap path inside configure script (see |
|
# openldap-libsuff.patch) |
|
export libsuff=${libdir##*/lib} |
|
|
|
|
|
|