Ticket #9546: Portfile

File Portfile, 746 bytes (added by wyuenho (Jimmy Yuen Ho Wong), 18 years ago)

Portfile

Line 
1# $Id: $
2
3PortSystem                      1.0
4name                            commoncpp2
5version                         1.4.2
6categories                      devel
7maintainers                     blb@opendarwin.org
8description                     GNU Common C++ 2 Framework
9long_description \
10        C++ framework offering portable support for threading, sockets, file \
11        access, daemons, persistence, serial I/O, XML parsing, and system \
12        services.
13
14platforms                       darwin
15
16homepage                http://wiki.gnutelephony.org/index.php/GNU_Common_CPP_Framework
17master_sites      sourceforge
18master_sites.mirror_subdir  gnutelephony
19
20checksums                       md5 4153ec41bc11c52f05f2f2e35cf66953
21
22depends_lib                     lib:libxml2:libxml2 lib:libz:zlib
23
24configure.env           CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
25configure.args          --mandir=${prefix}/share/man \
26                                        --infodir=${prefix}/share/info