freebsd-ports/sysutils/apachetop/Makefile
Kirill Ponomarev 2bbf0b0b9b Add apachetop 0.4, apache RealTime log stats.
PR:		57381
Submitted by:	Sebastian Yepes F. <esn@x123.info>
2003-09-30 08:10:57 +00:00

25 lines
527 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.4
CATEGORIES= sysutils
MASTER_SITES= http://clueful.shagged.org/apachetop/files/
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= esn@x123.info
COMMENT= Apache RealTime log stats
WRKSRC= ${WRKDIR}/ApacheTop-${PORTVERSION}
do-build:
cd ${WRKSRC}; ${MAKE} freebsd
do-install:
${CP} -rp ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin
.include <bsd.port.mk>