1 | # $Id: $ |
---|
2 | PortSystem 1.0 |
---|
3 | name pwlib |
---|
4 | version 1.5.2 |
---|
5 | distname ${name}_${version} |
---|
6 | categories net |
---|
7 | maintainers darwinports@opendarwin.org |
---|
8 | description PWLib libraries for openh323 |
---|
9 | long_description \ |
---|
10 | libraries for openh323 |
---|
11 | homepage http://www.openh323.org |
---|
12 | master_sites \ |
---|
13 | http://www.openh323.org/bin/ |
---|
14 | platforms darwin |
---|
15 | checksums md5 0fa33ba1b32b254abe0b731a52c0f2f9 |
---|
16 | build.type gnu |
---|
17 | set worksrcdir pwlib |
---|
18 | configure.args --mandir=${prefix}/share/man |
---|
19 | configure.env PWLIBDIR="${worksrcpath}" \ |
---|
20 | CFLAGS="-I${prefix}/include" \ |
---|
21 | LDFLAGS="-L${prefix}/lib" \ |
---|
22 | CPPFLAGS="-I${prefix}/include" \ |
---|
23 | LD_LIBRARY_PATH="${worksrcpath}/lib" |
---|
24 | depends_lib lib:libldap:openldap \ |
---|
25 | lib:libsdl:libsdl \ |
---|
26 | lib:libexpat:expat \ |
---|
27 | lib:libssl:openssl |
---|
28 | build.target both |
---|
29 | build.env LDSOOPTS="-dynamiclib -compatibility_version 1.5 \ |
---|
30 | -current_version ${version}" |
---|
31 | patchfiles pwlib.patch |
---|
32 | |
---|