1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name hula |
---|
6 | version 2005-10-28 |
---|
7 | categories mail |
---|
8 | platforms darwin |
---|
9 | maintainers darwinports@opendarwin.org |
---|
10 | description calendar and mail server |
---|
11 | long_description Hula is a calendar and mail server whose goal is to be fun \ |
---|
12 | and easy to use, while scaling effortlessly from small groups to \ |
---|
13 | large organizations with thousands of members. |
---|
14 | |
---|
15 | homepage http://www.hula-project.org/ |
---|
16 | master_sites ftp://ftp.forcev.net/Hula/Source/ |
---|
17 | distname hula-r691 |
---|
18 | extract.suffix .tgz |
---|
19 | checksums md5 30d01155cfe15c5f5a01b33cbb2a6ef6 |
---|
20 | patchfiles patch-autogen.sh |
---|
21 | |
---|
22 | depends_build port:autoconf port:automake port:pkgconfig port:libtool port:bison |
---|
23 | depends_lib port:openssl port:zlib |
---|
24 | |
---|
25 | configure.cmd ./autogen.sh |
---|
26 | configure.env ACLOCAL_FLAGS="-I ${prefix}/share/aclocal" \ |
---|
27 | CFLAGS=-I${prefix}/include CPPFLAGS=-I${prefix}/include \ |
---|
28 | LDFLAGS=-L${prefix}/lib |
---|
29 | |
---|
30 | platform darwin 8 { |
---|
31 | configure.env-append CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0 |
---|
32 | } |
---|
33 | |
---|