# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@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	mac.com:dre
master_sites    ${homepage}files/
checksums	md5 47c40c26319d57100008a2a56dcefe06
depends_lib	lib:libreadline:readline \
		lib:libpcre:pcre \
		lib:libadns:adns
configure.args	--with-logfile=/var/log/httpd/access_log \
		--mandir='\${prefix}/share/man'

