1 | # $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name iodine |
---|
6 | version 0.6.0-rc1 |
---|
7 | categories net |
---|
8 | maintainers coderpunks.org:ralf |
---|
9 | description tunnel IPv4 over DNS |
---|
10 | long_description \ |
---|
11 | iodine lets you tunnel IPv4 data through a DNS server. This can be usable in \ |
---|
12 | different situations where internet access is firewalled, but DNS queries are \ |
---|
13 | allowed. \ |
---|
14 | \ |
---|
15 | It runs on Linux, Mac OS X, FreeBSD, NetBSD, OpenBSD and Windows and needs a \ |
---|
16 | TUN/TAP device. The bandwidth is asymmetrical with limited upstream and up to \ |
---|
17 | 1 Mbit/s downstream. |
---|
18 | |
---|
19 | homepage http://code.kryo.se/iodine/ |
---|
20 | platforms darwin |
---|
21 | |
---|
22 | master_sites ${homepage} |
---|
23 | checksums md5 a15bb4faba020d217016fde6e231074a \ |
---|
24 | sha1 4fa9a248b8a84df8a727a5d749e669e58136edca \ |
---|
25 | rmd160 6974beac28e07b0c280d7095f15d13699e9cad65 |
---|
26 | |
---|
27 | configure { |
---|
28 | reinplace "s|/usr/local|${prefix}|" \ |
---|
29 | ${worksrcpath}/Makefile |
---|
30 | } |
---|