a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20465 2006-11-03 15:19:20Z blair@macports.org $
PortSystem 1.0
name apachetop
version 0.12.5
categories sysutils www
description Top-like display of Apache logs
long_description ApacheTop watches a logfile generated by Apache (in \
standard common or combined logformat, and generates \
human-parsable output in realtime.
homepage http://spork.qfe3.net/apachetop/
platforms darwin freebsd
maintainers dre@mac.com
master_sites ${homepage}files/
checksums md5 47c40c26319d57100008a2a56dcefe06
depends_lib lib:libreadline:readline \
lib:libpcre:pcre \
lib:libadns:adns
configure.env CPPFLAGS='-I${prefix}/include' \
LDFLAGS='-L${prefix}/lib'
configure.args --with-logfile=/var/log/httpd/access_log \
--mandir='\${prefix}/share/man'