# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $

PortSystem 1.0
name		nc6
version		0.5	
categories	net
maintainers 	gmail.com:filippo.natali	
platforms	darwin
description	Netcat clone with IPv6 support
long_description	Netcat 6 is a netcat clone with IPv6 support. \
			It is designed to be tiny, extensible, and elegant, \
			and it makes use of the new extended BSD socket APIs.

homepage	http://www.deepspace6.net/
master_sites	ftp://ftp.deepspace6.net/pub/ds6/sources/nc6/ \
               	http://ftp.deepspace6.net/pub/ds6/sources/nc6/

checksums	md5 7682a3c3f30ec72aed8f93c0f8633a40

depends_lib	lib:libintl:gettext \
		lib:libiconv:libiconv

patchfiles	patch-parser.c patch-filter.c

configure.args	--mandir=${prefix}/share/man

post-destroot {
	file delete ${destroot}${prefix}/lib/charset.alias
	file delete ${destroot}${prefix}/share/locale/locale.alias
}
