c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
22 lines
612 B
Makefile
22 lines
612 B
Makefile
# $NetBSD: Makefile,v 1.3 2004/10/03 00:18:25 tv Exp $
|
|
#
|
|
|
|
DISTNAME= apachetop-0.8.2
|
|
PKGREVISION= 1
|
|
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_BUILDLINK3= 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/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|