Ticket #29146: Portfile

File Portfile, 946 bytes (added by neverpanic (Clemens Lang), 13 years ago)

Portfile for nc6 1.0

Line 
1# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $
2
3PortSystem 1.0
4name            nc6
5version         1.0     
6categories      net
7maintainers     gmail.com:filippo.natali       
8platforms       darwin
9description     Netcat clone with IPv6 support
10long_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
14homepage        http://www.deepspace6.net/
15master_sites    ftp://ftp.deepspace6.net/pub/ds6/sources/nc6/ \
16                http://ftp.deepspace6.net/pub/ds6/sources/nc6/
17
18checksums       md5 97fb6d871d804eabbc0ec6552d46b6b0 \
19        sha1 50b1a3f7bfa610a2016727e5741791ad3a88bd07 \
20        rmd160 4bd6a0f0fddb544636e5b2265b44cb833342db29
21
22depends_lib     lib:libintl:gettext \
23                lib:libiconv:libiconv
24
25configure.args  --mandir=${prefix}/share/man
26
27post-destroot {
28        file delete ${destroot}${prefix}/lib/charset.alias
29        file delete ${destroot}${prefix}/share/locale/locale.alias
30}