# $Id: Portfile 78193 2011-04-27 20:39:07Z raimue@macports.org $

PortSystem 1.0

name		nc6
version		1.0
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 97fb6d871d804eabbc0ec6552d46b6b0 \
		sha1 50b1a3f7bfa610a2016727e5741791ad3a88bd07 \
		rmd160 4bd6a0f0fddb544636e5b2265b44cb833342db29

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

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

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