summaryrefslogtreecommitdiff
path: root/www/apachetop/Makefile
blob: dae8ff372bf2d8a816ba13e1e081278055e42c2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $NetBSD: Makefile,v 1.7 2005/10/06 11:33:52 sketch Exp $
#

DISTNAME=	apachetop-0.12.5
PKGREVISION=	1
CATEGORIES=	sysutils www
MASTER_SITES=	http://spork.qfe3.net/apachetop/files/

MAINTAINER=	sketch@NetBSD.org
HOMEPAGE=	http://spork.qfe3.net/apachetop/
COMMENT=	Real time apache log display

GNU_CONFIGURE=		YES

CONFIGURE_ARGS+=	--with-logfile=${VARBASE}/log/httpd/access_log

# NetBSD releases which do not include wattr_on() et al.
INCOMPAT_CURSES=	NetBSD-1.5*-*
INCOMPAT_CURSES=	NetBSD-1.6-* NetBSD-1.6.*-* NetBSD-1.6[A-Q]-*

.include "../../devel/ncurses/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"