1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name 3proxy |
---|
6 | version 0.6.1 |
---|
7 | categories net |
---|
8 | platforms darwin |
---|
9 | maintainers nomaintainer |
---|
10 | description 3proxy tiny free proxy server |
---|
11 | long_description 3proxy is universal proxy server. It can be used to provide internal users wuth fully controllable access\ |
---|
12 | to external resources or to provide external users with access to internal resources. |
---|
13 | homepage http://3proxy.ru |
---|
14 | master_sites ${homepage}/${version}/ |
---|
15 | |
---|
16 | extract.suffix .tgz |
---|
17 | distname ${name}-${version} |
---|
18 | dist_subdir ${name}/${version} |
---|
19 | worksrcdir ${distname} |
---|
20 | |
---|
21 | checksums md5 03790467a12e16ed8785ae688ecf9b68 \ |
---|
22 | sha1 07e3f687585c6281847316b0f9220c5b071b3dde \ |
---|
23 | rmd160 9c0394401f31341e09f653a709ca0392c9451e32 |
---|
24 | |
---|
25 | |
---|
26 | use_configure no |
---|
27 | patchfiles Makefile.unix-install.diff |
---|
28 | build.args -f Makefile.unix |
---|
29 | destroot.args -f Makefile.unix-install |
---|