1 | # $Id:$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name webalizer |
---|
5 | version 2.01-10 |
---|
6 | |
---|
7 | categories www |
---|
8 | maintainers mike.mclean@pobox.com |
---|
9 | description The Webalizer is a fast, free web server log file analysis program |
---|
10 | platforms darwin |
---|
11 | |
---|
12 | long_description The Webalizer is a fast, free web server log file analysis program. \ |
---|
13 | It produces highly detailed, easily configurable usage reports in HTML format, \ |
---|
14 | for viewing with a standard web browser. |
---|
15 | |
---|
16 | homepage http://www.mrunix.net/webalizer/ |
---|
17 | extract.sufx .tgz |
---|
18 | distfiles ${name}-${version}-src${extract.sufx} |
---|
19 | master_sites ftp://ftp.mrunix.net/pub/webalizer |
---|
20 | checksums md5 9217595005aec46a505e1fb349052a8e |
---|
21 | |
---|
22 | depends_lib lib:libgd.2:gd2 lib:libz:zlib lib:libpng:libpng |
---|
23 | |
---|
24 | configure.args --with-etcdir=${prefix}/etc \ |
---|
25 | --with-gdlib=${prefix}/lib --with-gd=${prefix}/include \ |
---|
26 | --with-z-inc=${prefix}/include --with-zlib=${prefix}/lib \ |
---|
27 | --with-png-inc=${prefix}/include --with-png=${prefix}/lib |
---|
28 | |
---|
29 | variant static { configure.args-append --enable-static } |
---|
30 | variant debug { configure.args-append --enable-debug } |
---|