# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
description The Webalizer is a fast, free web server log file analysis program
long_description The Webalizer is a fast, free web server log file \
analysis program. It produces highly detailed, easily configurable \
usage reports in HTML format, for viewing with a standard web \
homepage http://www.webalizer.org/
master_sites ftp://ftp.mrunix.net/pub/webalizer
distname ${name}-${version}-src
worksrcdir ${name}-${version}
checksums rmd160 6f1d2ca90d9a891c878e5edb220684869f9fd32c \
sha256 b37524fbd98e97052a80d59f75e69f857468752cf74cc0eb0972e5fab02eb6f7 \
configure.args --enable-bz2 \
--mandir=${prefix}/share/man \
--with-etcdir=${prefix}/etc \
--with-gdlib=${prefix}/lib \
--with-gd=${prefix}/include \
--with-z-inc=${prefix}/include \
--with-zlib=${prefix}/lib \
--with-png-inc=${prefix}/include \
--with-png=${prefix}/lib \
destroot.destdir prefix=${destroot}${prefix} \
ETCDIR=${destroot}${prefix}/etc \
MANDIR=${destroot}${prefix}/share/man/man1
xinstall -d ${destroot}${prefix}/share/doc/${name}
xinstall -m 644 -v -W ${worksrcpath} \
CHANGES COPYING Copyright country-codes.txt \
DNS.README README README.FIRST \
${destroot}${prefix}/share/doc/${name}
variant static description {Build as static executable} {
configure.args-append --enable-static