Ticket #1663: Portfile.1.5

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

portfile for 1.5

Line 
1# $Id: $
2PortSystem        1.0
3name              pwlib
4version           1.5.2
5distname           ${name}_${version}
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                  http://www.openh323.org/bin/
14platforms         darwin
15checksums         md5 0fa33ba1b32b254abe0b731a52c0f2f9
16build.type        gnu
17set worksrcdir    pwlib
18configure.args    --mandir=${prefix}/share/man
19configure.env     PWLIBDIR="${worksrcpath}" \
20                  CFLAGS="-I${prefix}/include" \
21                  LDFLAGS="-L${prefix}/lib" \
22                  CPPFLAGS="-I${prefix}/include" \
23                  LD_LIBRARY_PATH="${worksrcpath}/lib"
24depends_lib       lib:libldap:openldap \
25                  lib:libsdl:libsdl \
26                  lib:libexpat:expat \
27                  lib:libssl:openssl
28build.target      both
29build.env         LDSOOPTS="-dynamiclib -compatibility_version 1.5 \
30                  -current_version ${version}"
31patchfiles        pwlib.patch
32