Ticket #52281: Portfile

File Portfile, 2.2 KB (added by gwhitney, 8 years ago)
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
5PortGroup           gobject_introspection 1.0
6
7name                evolution
8version             3.20.5
9set branch          [join [lrange [split ${version} .] 0 1] .]
10description         Email, calendar, todo client for GNOME.
11long_description    Evolution is the former flagship email, calendar, todo, \
12                    and personal organizer for the GNOME Desktop.
13maintainers         nomaintainer
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           sha256  2e13551ce0996963506f0bdde5e01c3b8aa0622849a272ff12877cd595baeb6e
23
24depends_build       port:pkgconfig \
25                    port:intltool \
26                    port:gtk-doc \
27                    port:gnome-common \
28                    port:autoconf \
29                    port:automake \
30                    port:libtool
31
32depends_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
40depends_run         port:gnome-keyring
41
42gobject_introspection yes
43
44patchfiles          patch-configure.ac.diff \
45                    patch-configure.diff
46
47configure.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
61universal_variant   no
62
63post-activate    {
64    system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
65}
66
67livecheck.type      gnome