Ticket #1244: Portfile

File Portfile, 903 bytes (added by leimy@…, 20 years ago)

new portfile for neon

Line 
1# $Id: Portfile,v 1.15 2003/09/25 19:58:11 fkr Exp $
2
3PortSystem 1.0
4name            neon
5version         0.24.4
6
7categories      www
8maintainers     jcorley1@nc.rr.com     
9description     An HTTP and WebDAV client library with a C interface
10platforms       darwin
11
12long_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
17homepage        http://www.webdav.org/neon/
18
19master_sites    http://www.webdav.org/neon/
20checksums       md5 e1e5000cbdcdcd18bc953bff5d4006eb
21
22depends_lib     lib:libexpat.0.4:expat
23configure.env   LDFLAGS=-L$prefix/lib CPPFLAGS=-I$prefix/include
24configure.args  --with-ssl \
25                --enable-xml \
26                --enable-shared \
27                --with-expat
28configure.type  gnu
29
30destroot.destdir prefix=${destroot}${prefix}