Ticket #1658: Portfile

File Portfile, 823 bytes (added by lomion@…, 20 years ago)

Portfile for webcrawl

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