# $Id: Portfile,v 1.1 2005/04/23 16:30:51 mww Exp $

PortSystem 1.0
name		nc6
version		0.5	
categories	net
maintainers 	filippo.natali@gmail.com	
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
}
