Ticket #25516: Portfile

File Portfile, 942 bytes (added by ralf@…, 13 years ago)

Working Portfile for iodine 0.6.0-rc1 (current version)

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