Ticket #8557: Portfile

File Portfile, 876 bytes (added by namely_void@…, 18 years ago)

libexosip2 Portfile

Line 
1PortSystem 1.0
2name            libeXosip2
3version         2.2.3
4categories      net
5maintainers     darwinports@opendarwin.org
6description     The eXtended osip library
7long_description \
8        eXosip is a library that hides the complexity of using the SIP \
9        protocol for multimedia session establishement. This protocol is \
10        mainly to be used by VoIP telephony applications (endpoints or \
11        conference server) but might be also useful for any application \
12        that wishes to establish sessions like multiplayer games.
13homepage        http://savannah.nongnu.org/projects/exosip/
14platforms       darwin
15master_sites    http://download.savannah.nongnu.org/releases/exosip/
16checksums       md5 837a35f085890eac3328ac402b24383b
17configure.env   CPPFLAGS="-I${prefix}/include" \
18                LDFLAGS="-L${prefix}/lib"
19configure.args  --disable-josua --mandir="${prefix}/share/man"
20post-destroot { file delete -force ${destroot}${prefix}/include/josua }