Ticket #1663: Portfile.1.6

File Portfile.1.6, 1.0 KB (added by julien.touche@…, 20 years ago)

portfile for 1.6

Line 
1# $Id: $
2PortSystem        1.0
3name              pwlib
4version           1.6.4
5distname           ${name}-v1_6_4-1-src
6categories        net
7maintainers       darwinports@opendarwin.org
8description       PWLib libraries for openh323
9long_description  \
10                  libraries for openh323
11homepage          http://www.openh323.org
12master_sites      \
13                  sourceforge:openh323
14platforms         darwin
15checksums         md5 72ed574c7c8b2f37ec88f046b5241a77
16build.type        gnu
17set worksrcdir    pwlib
18configure.args    --mandir=${prefix}/share/man \
19                  --enable-plugins
20configure.env     PWLIBDIR="${worksrcpath}" \
21                  CFLAGS="-I${prefix}/include -Wno-long-double" \
22                  LDFLAGS="-L${prefix}/lib"
23build.env         PWLIBDIR="${worksrcpath}" \
24                  CFLAGS="-I${prefix}/include -Wno-long-double" \
25                  LDFLAGS="-L${prefix}/lib"
26depends_lib       lib:libldap:openldap \
27                  lib:libsdl:libsdl \
28                  lib:libexpat:expat \
29                  lib:libssl:openssl
30
31variant sasl2 {
32}
33
34#variant ldap {
35#       depends_lib-append lib:libldap:openldap
36#}