Ticket #751: Portfile

File Portfile, 1.1 KB (added by mike.mclean@…, 21 years ago)

Proposed Portfile

Line 
1# $Id:$
2
3PortSystem 1.0
4name                webalizer
5version             2.01-10
6
7categories          www
8maintainers         mike.mclean@pobox.com
9description         The Webalizer is a fast, free web server log file analysis program
10platforms           darwin
11
12long_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
16homepage            http://www.mrunix.net/webalizer/
17extract.sufx        .tgz
18distfiles           ${name}-${version}-src${extract.sufx}
19master_sites        ftp://ftp.mrunix.net/pub/webalizer
20checksums           md5 9217595005aec46a505e1fb349052a8e
21
22depends_lib         lib:libgd.2:gd2 lib:libz:zlib lib:libpng:libpng
23
24configure.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
29variant             static { configure.args-append --enable-static }
30variant             debug { configure.args-append --enable-debug }