freebsd-ports/sysutils/apachetop/Makefile
Pav Lucistnik 5317d3a7b2 - Update to 0.8.1
PR:		ports/60205
Submitted by:	Sebastian Yepes F. [ESN] <esn@x123.info> (maintainer)
2003-12-13 14:12:54 +00:00

30 lines
672 B
Makefile

# New ports collection makefile for: apachetop
# Date created: 30 Sep 2003
# Whom: Sebastian Yepes F. <esn@x123.info>
#
# $FreeBSD$
#
PORTNAME= apachetop
PORTVERSION= 0.8.1
CATEGORIES= sysutils
MASTER_SITES= http://clueful.shagged.org/apachetop/files/
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= esn@x123.info
COMMENT= Apache RealTime log stats
BUILD_DEPENDS= ${LOCALBASE}/bin/autoconf257:${PORTSDIR}/devel/autoconf257
GNU_CONFIGURE= yes
USE_REINPLACE= yes
MAN1= apachetop.1
post-configure:
${REINPLACE_CMD} \
-e 's/--run autoconf$$/--run autoconf257/' \
-e 's/--run autoheader$$/--run autoheader257/' \
${WRKSRC}/Makefile
.include <bsd.port.mk>