1 | # $Id: Portfile,v 1.15 2003/09/25 19:58:11 fkr Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name neon |
---|
5 | version 0.24.4 |
---|
6 | |
---|
7 | categories www |
---|
8 | maintainers jcorley1@nc.rr.com |
---|
9 | description An HTTP and WebDAV client library with a C interface |
---|
10 | platforms darwin |
---|
11 | |
---|
12 | long_description neon is an HTTP and WebDAV client library with a C language \ |
---|
13 | API. It provides a high-level interface to HTTP and WebDAV \ |
---|
14 | methods and a low-level interface to HTTP request handling, \ |
---|
15 | easily allowing the implementation of new methods. |
---|
16 | |
---|
17 | homepage http://www.webdav.org/neon/ |
---|
18 | |
---|
19 | master_sites http://www.webdav.org/neon/ |
---|
20 | checksums md5 e1e5000cbdcdcd18bc953bff5d4006eb |
---|
21 | |
---|
22 | depends_lib lib:libexpat.0.4:expat |
---|
23 | configure.env LDFLAGS=-L$prefix/lib CPPFLAGS=-I$prefix/include |
---|
24 | configure.args --with-ssl \ |
---|
25 | --enable-xml \ |
---|
26 | --enable-shared \ |
---|
27 | --with-expat |
---|
28 | configure.type gnu |
---|
29 | |
---|
30 | destroot.destdir prefix=${destroot}${prefix} |
---|