Ticket #13850: Portfile

File Portfile, 738 bytes (added by ralf@…, 17 years ago)

Portfile for dns2tcp

Line 
1# $Id$
2
3PortSystem 1.0
4name             dns2tcp
5version          0.4
6revision         1
7categories       net
8maintainers      ralf@coderpunks.org
9description      TCP over DNS tunnel
10long_description \
11Dns2tcp is a tool for relaying TCP connections over DNS. There is no \
12authentications nor encryption mecanisms : DNS encapsulation must be \
13considered as an unsecure and anonymous transport layer. Ressources should \
14be public external services like ssh, ssltunnel ...
15 
16homepage         http://www.hsc.fr/ressources/outils/dns2tcp
17platforms        darwin
18
19master_sites     ${homepage}
20checksums        md5 221f557b069560e3a466cd94de7d8415
21
22configure.args   --mandir=${prefix}/share/man
23
24#destroot.destdir install_prefix=${destroot}