Ticket #9162: Portfile

File Portfile, 891 bytes (added by rhwood@…, 18 years ago)

Portfile for e-d-s 1.7.3

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