Ticket #52281: Portfile.2

File Portfile.2, 2.2 KB (added by gwhitney, 8 years ago)

Portfile updated through comment #9

Line 
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
4PortSystem          1.0
5
6name                evolution
7version             3.20.5
8set branch          [join [lrange [split ${version} .] 0 1] .]
9description         Email, calendar, todo client for GNOME.
10long_description    Evolution is the former flagship email, calendar, todo, \
11                    and personal organizer for the GNOME Desktop. \
12                    Thanks to cal@.. for help with creating this port.
13maintainers         gwhitney openmaintainer
14categories          gnome
15license             LGPL-2+
16platforms           darwin
17homepage            https://wiki.gnome.org/Apps/Evolution
18master_sites        gnome:sources/${name}/${branch}/
19
20use_xz              yes
21
22checksums           rmd160 f4a930c3061c7d80c59aa43e6af97dbf80543eba \
23                    sha256 2e13551ce0996963506f0bdde5e01c3b8aa0622849a272ff12877cd595baeb6e
24
25depends_build       port:pkgconfig \
26                    port:intltool \
27                    port:gtk-doc \
28                    port:gnome-common \
29                    port:yelp-tools \
30                    port:yelp
31
32depends_lib         port:evolution-data-server \
33                    port:gnome-desktop \
34                    port:libcanberra \
35                    port:gtkspell3 \
36                    port:highlight \
37                    port:libpst
38
39depends_run         port:gnome-keyring
40
41patchfiles          patch-configure.ac.diff \
42                    remove-intltool-perl-hack.patch
43
44use_autoreconf      yes
45configure.args      --with-nspr-includes=${prefix}/include/nspr  \
46                    --with-nspr-libs=${prefix}/lib/nspr  \
47                    --with-nss-includes=${prefix}/include/nss \
48                    --with-nss-libs=${prefix}/lib/nss \
49                    --with-help \
50                    --disable-libcryptui \
51                    --disable-autoar \
52                    --disable-schemas-compile
53
54#
55# port nss is not universal
56#
57
58universal_variant   no
59
60post-activate    {
61    system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
62}
63
64livecheck.type      gnome