1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup gobject_introspection 1.0 |
---|
6 | |
---|
7 | name evolution |
---|
8 | version 3.20.5 |
---|
9 | set branch [join [lrange [split ${version} .] 0 1] .] |
---|
10 | description Email, calendar, todo client for GNOME. |
---|
11 | long_description Evolution is the former flagship email, calendar, todo, \ |
---|
12 | and personal organizer for the GNOME Desktop. |
---|
13 | maintainers nomaintainer |
---|
14 | categories gnome |
---|
15 | license LGPL-2+ |
---|
16 | platforms darwin |
---|
17 | homepage https://wiki.gnome.org/Apps/Evolution |
---|
18 | master_sites gnome:sources/${name}/${branch}/ |
---|
19 | |
---|
20 | use_xz yes |
---|
21 | |
---|
22 | checksums sha256 2e13551ce0996963506f0bdde5e01c3b8aa0622849a272ff12877cd595baeb6e |
---|
23 | |
---|
24 | depends_build port:pkgconfig \ |
---|
25 | port:intltool \ |
---|
26 | port:gtk-doc \ |
---|
27 | port:gnome-common \ |
---|
28 | port:autoconf \ |
---|
29 | port:automake \ |
---|
30 | port:libtool |
---|
31 | |
---|
32 | depends_lib port:evolution-data-server \ |
---|
33 | port:p5-xml-parser \ |
---|
34 | port:gnome-desktop \ |
---|
35 | port:libcanberra \ |
---|
36 | port:gtkspell3 \ |
---|
37 | port:highlight \ |
---|
38 | port:libpst |
---|
39 | |
---|
40 | depends_run port:gnome-keyring |
---|
41 | |
---|
42 | gobject_introspection yes |
---|
43 | |
---|
44 | patchfiles patch-configure.ac.diff \ |
---|
45 | patch-configure.diff |
---|
46 | |
---|
47 | configure.args --with-nspr-includes=${prefix}/include/nspr \ |
---|
48 | --with-nspr-libs=${prefix}/lib/nspr \ |
---|
49 | --with-nss-includes=${prefix}/include/nss \ |
---|
50 | --with-nss-libs=${prefix}/lib/nss \ |
---|
51 | --with-krb5=/usr \ |
---|
52 | --with-help \ |
---|
53 | --disable-libcryptui \ |
---|
54 | --disable-autoar \ |
---|
55 | --disable-schemas-compile |
---|
56 | |
---|
57 | # |
---|
58 | # port nss is not universal |
---|
59 | # |
---|
60 | |
---|
61 | universal_variant no |
---|
62 | |
---|
63 | post-activate { |
---|
64 | system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas" |
---|
65 | } |
---|
66 | |
---|
67 | livecheck.type gnome |
---|