1 | PortSystem 1.0 |
---|
2 | name webcrawl |
---|
3 | version 1.10 |
---|
4 | revision 0 |
---|
5 | categories www |
---|
6 | maintainers lomion@mac.com |
---|
7 | description webcrawl is a program which downloads entire web sites,\ |
---|
8 | following links in HTML documents. |
---|
9 | long_description webcrawl is a program which downloads entire web sites,\ |
---|
10 | following links in HTML documents. |
---|
11 | homepage http://freshmeat.net/projects/webcrawl/ |
---|
12 | platforms darwin |
---|
13 | master_sites http://www.ibiblio.org/pub/Linux/apps/www/mirroring/ |
---|
14 | extract.suffix .tgz |
---|
15 | checksums md5 68dec8705d86fcc7e9d05b2ea74c53fd |
---|
16 | patchfiles patch-Makefile |
---|
17 | |
---|
18 | configure { |
---|
19 | cd ${worksrcpath} |
---|
20 | reinplace "s|__DSTROOT|${destroot}${prefix}|g" Makefile |
---|
21 | } |
---|
22 | |
---|
23 | build.target |
---|