summaryrefslogtreecommitdiff
path: root/www/apachetop/Makefile
blob: 03dc02df476c9dbfd288835aca6dad32d021984c (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
25
26
# $NetBSD: Makefile,v 1.8 2006/06/02 13:14:22 joerg 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

USE_LANGUAGES=		c++

# 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"