1 | # $Id: $ |
---|
2 | PortSystem 1.0 |
---|
3 | name pwlib |
---|
4 | version 1.6.4 |
---|
5 | distname ${name}-v1_6_4-1-src |
---|
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 | sourceforge:openh323 |
---|
14 | platforms darwin |
---|
15 | checksums md5 72ed574c7c8b2f37ec88f046b5241a77 |
---|
16 | build.type gnu |
---|
17 | set worksrcdir pwlib |
---|
18 | configure.args --mandir=${prefix}/share/man \ |
---|
19 | --enable-plugins |
---|
20 | configure.env PWLIBDIR="${worksrcpath}" \ |
---|
21 | CFLAGS="-I${prefix}/include -Wno-long-double" \ |
---|
22 | LDFLAGS="-L${prefix}/lib" |
---|
23 | build.env PWLIBDIR="${worksrcpath}" \ |
---|
24 | CFLAGS="-I${prefix}/include -Wno-long-double" \ |
---|
25 | LDFLAGS="-L${prefix}/lib" |
---|
26 | depends_lib lib:libldap:openldap \ |
---|
27 | lib:libsdl:libsdl \ |
---|
28 | lib:libexpat:expat \ |
---|
29 | lib:libssl:openssl |
---|
30 | |
---|
31 | variant sasl2 { |
---|
32 | } |
---|
33 | |
---|
34 | #variant ldap { |
---|
35 | # depends_lib-append lib:libldap:openldap |
---|
36 | #} |
---|