2013-04-28 22:01:07 +02:00
|
|
|
# Created by: Sebastian Yepes F. <esn@x123.info>
|
2003-09-30 10:10:57 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= apachetop
|
2006-04-21 16:46:42 +02:00
|
|
|
PORTVERSION= 0.12.6
|
2012-12-10 20:11:11 +01:00
|
|
|
PORTREVISION= 4
|
2003-09-30 10:10:57 +02:00
|
|
|
CATEGORIES= sysutils
|
2006-04-21 16:46:42 +02:00
|
|
|
MASTER_SITES= http://www.webta.org/apachetop/
|
2003-09-30 10:10:57 +02:00
|
|
|
|
2013-09-12 11:39:19 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-09-30 10:10:57 +02:00
|
|
|
COMMENT= Apache RealTime log stats
|
|
|
|
|
2003-12-26 14:21:47 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2003-09-30 10:10:57 +02:00
|
|
|
|
2013-11-08 13:11:49 +01:00
|
|
|
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
|
2003-10-11 13:48:51 +02:00
|
|
|
|
2013-04-28 22:01:07 +02:00
|
|
|
OPTIONS_DEFINE= ADNS FAM PCRE
|
|
|
|
ADNS_DESC= Asynchronous-capable DNS support
|
2003-09-30 10:10:57 +02:00
|
|
|
|
2013-09-12 11:39:19 +02:00
|
|
|
ADNS_LIB_DEPENDS= libadns.so:${PORTSDIR}/dns/adns
|
|
|
|
ADNS_CONFIGURE_ON= --with-adns=${LOCALBASE}
|
2004-09-16 04:27:05 +02:00
|
|
|
|
2013-09-12 11:39:19 +02:00
|
|
|
FAM_LIB_DEPENDS= libfam.so:${PORTSDIR}/devel/fam
|
|
|
|
FAM_CONFIGURE_ON= --with-fam=${LOCALBASE}
|
2004-09-16 04:27:05 +02:00
|
|
|
|
2013-09-12 11:39:19 +02:00
|
|
|
PCRE_LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
|
|
|
|
PCRE_COFNIGURE_ON= --with-pcre=${LOCALBASE}
|
2004-09-16 04:27:05 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -E -e 's,struct (circle_struct),\1,g' \
|
|
|
|
${WRKSRC}/src/hits_circle.*
|
|
|
|
@${REINPLACE_CMD} -E -e 's,enum (adns_queryflags),\1,g' \
|
|
|
|
${WRKSRC}/src/log.*
|
2010-05-13 23:52:17 +02:00
|
|
|
@cd ${WRKSRC} && ${TOUCH} -r configure.ac aclocal.m4 stamp-h.in
|
2004-09-16 04:27:05 +02:00
|
|
|
|
2013-04-28 22:01:07 +02:00
|
|
|
.include <bsd.port.mk>
|