pkgsrc/www/apachetop/Makefile
sketch 2dbfddea5c Initial import of apachetop-0.8.2 into the NetBSD Packages Collection.
ApacheTop provides a realtime display of Apache logfile statistics
in a similar manner to top(1).
2003-12-08 16:28:38 +00:00

21 lines
605 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/12/08 16:28:38 sketch Exp $
#
DISTNAME= apachetop-0.8.2
CATEGORIES= sysutils www
MASTER_SITES= http://clueful.shagged.org/apachetop/files/
MAINTAINER= sketch@NetBSD.org
HOMEPAGE= http://clueful.shagged.org/apachetop/
COMMENT= Real time apache log display
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
# 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/buildlink2.mk"
.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"