1 | # $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name nc6 |
---|
5 | version 1.0 |
---|
6 | categories net |
---|
7 | maintainers gmail.com:filippo.natali |
---|
8 | platforms darwin |
---|
9 | description Netcat clone with IPv6 support |
---|
10 | long_description Netcat 6 is a netcat clone with IPv6 support. \ |
---|
11 | It is designed to be tiny, extensible, and elegant, \ |
---|
12 | and it makes use of the new extended BSD socket APIs. |
---|
13 | |
---|
14 | homepage http://www.deepspace6.net/ |
---|
15 | master_sites ftp://ftp.deepspace6.net/pub/ds6/sources/nc6/ \ |
---|
16 | http://ftp.deepspace6.net/pub/ds6/sources/nc6/ |
---|
17 | |
---|
18 | checksums md5 97fb6d871d804eabbc0ec6552d46b6b0 \ |
---|
19 | sha1 50b1a3f7bfa610a2016727e5741791ad3a88bd07 \ |
---|
20 | rmd160 4bd6a0f0fddb544636e5b2265b44cb833342db29 |
---|
21 | |
---|
22 | depends_lib lib:libintl:gettext \ |
---|
23 | lib:libiconv:libiconv |
---|
24 | |
---|
25 | configure.args --mandir=${prefix}/share/man |
---|
26 | |
---|
27 | post-destroot { |
---|
28 | file delete ${destroot}${prefix}/lib/charset.alias |
---|
29 | file delete ${destroot}${prefix}/share/locale/locale.alias |
---|
30 | } |
---|