# $Id: Portfile,v 1.25 2006/01/24 15:33:10 dluke Exp $

PortSystem 1.0
name		neon
version		0.25.5

categories	www
maintainers	dluke@geeklair.net
description	An HTTP and WebDAV client library with a C interface
platforms	darwin freebsd

long_description neon is an HTTP and WebDAV client library with a C language \
                 API.  It provides a high-level interface to HTTP and WebDAV \
                 methods and a low-level interface to HTTP request handling, \
                 easily allowing the implementation of new methods.

homepage	http://www.webdav.org/neon/

master_sites	http://www.webdav.org/neon/
checksums	md5 b5fdb71dd407f0a3de0f267d27c9ab17

depends_lib	port:expat port:openssl
configure.env	LDFLAGS=-L$prefix/lib CPPFLAGS=-I$prefix/include
configure.args	--with-ssl \
		--enable-shared \
		--with-expat \
		--mandir=\\\${prefix}/share/man
		
configure.type	gnu

destroot.destdir prefix=${destroot}${prefix}
