# $Id: Portfile 37992 2008-07-02 08:16:31Z pkern@macports.org $

PortSystem 1.0

name		net6
version		1.3.6
categories	net
maintainers	nomaintainer
description	Network access framework for IPv4/IPv6
homepage	http://gobby.0x539.de/
platforms	darwin freebsd

long_description \
		net6 is a library which eases the development of \
		network-based applications as it provides a TCP and UDP \
		protocol abstraction for C++. It is portable to both Windows \
		and POSIX platforms.

master_sites	http://gentoo.osuosl.org/distfiles/ \
		http://releases.0x539.de/net6/

configure.args	CXXFLAGS=-I${prefix}/include

checksums	md5 033734dff97af88741f41633fbe992bc

depends_build	port:pkgconfig
depends_lib	port:libsigcxx2 \
		port:gnutls

