Ticket #5554: Portfile.2

File Portfile.2, 977 bytes (added by mww@…, 19 years ago)

mail/hula/Portfile

Line 
1# $Id: $
2
3PortSystem 1.0
4
5name                    hula
6version                 2005-10-28
7categories              mail
8platforms               darwin
9maintainers             darwinports@opendarwin.org
10description             calendar and mail server
11long_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
15homepage                http://www.hula-project.org/
16master_sites    ftp://ftp.forcev.net/Hula/Source/
17distname                hula-r691
18extract.suffix  .tgz
19checksums               md5 30d01155cfe15c5f5a01b33cbb2a6ef6
20patchfiles              patch-autogen.sh
21
22depends_build   port:autoconf port:automake port:pkgconfig port:libtool port:bison
23depends_lib             port:openssl port:zlib
24
25configure.cmd   ./autogen.sh
26configure.env   ACLOCAL_FLAGS="-I ${prefix}/share/aclocal" \
27                                CFLAGS=-I${prefix}/include CPPFLAGS=-I${prefix}/include \
28                                LDFLAGS=-L${prefix}/lib
29
30platform 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