1 | # $Id: Portfile,v 1.10 2006/06/17 02:31:32 rhwood Exp $ |
---|
2 | PortSystem 1.0 |
---|
3 | name evolution-data-server |
---|
4 | version 1.7.3 |
---|
5 | description Addressbook and calender libs for GNOME. |
---|
6 | long_description Evolution Data Server provides a central location for \ |
---|
7 | addressbook and calendar in the GNOME Desktop. |
---|
8 | maintainers gnome-darwinports@opendarwin.org |
---|
9 | categories gnome |
---|
10 | platforms darwin |
---|
11 | homepage http://www.gnome.org/ |
---|
12 | master_sites gnome:sources/evolution-data-server/1.7/ |
---|
13 | |
---|
14 | checksums md5 8d1134598c1cefa669ecd42a85e3cd56 \ |
---|
15 | sha1 d6d64ea1a901b27daeda8363ce04ec1c7574ff6b \ |
---|
16 | rmd160 ee9fe20ce64e7badcf6041cf4a9035619f017ccf |
---|
17 | |
---|
18 | depends_lib port:gnome-platform-suite lib:libsoup-2:libsoup |
---|
19 | |
---|
20 | use_bzip2 yes |
---|
21 | |
---|
22 | patchfiles patch_os_open.c patch_os_spin.c |
---|
23 | |
---|
24 | configure.args --mandir=${prefix}/share/man --enable-static \ |
---|
25 | --disable-nss \ |
---|
26 | --disable-smime |
---|
27 | configure.env CPPFLAGS="-I${prefix}/include -L${prefix}/lib" |
---|