diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-30 08:10:57 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-30 08:10:57 +0000 |
commit | 2bbf0b0b9be119c6ce72f5bce9a0680dbdc34bb5 (patch) | |
tree | 954b334eddae544df82e37f0490c03968eeae481 /sysutils/apachetop/Makefile | |
parent | 21a2e661f0bf7e277fce7a2287011d2ed3006334 (diff) | |
download | ports-2bbf0b0b9be119c6ce72f5bce9a0680dbdc34bb5.tar.gz ports-2bbf0b0b9be119c6ce72f5bce9a0680dbdc34bb5.zip |
Notes
Diffstat (limited to 'sysutils/apachetop/Makefile')
-rw-r--r-- | sysutils/apachetop/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/sysutils/apachetop/Makefile b/sysutils/apachetop/Makefile new file mode 100644 index 000000000000..15c53cc13d5c --- /dev/null +++ b/sysutils/apachetop/Makefile @@ -0,0 +1,25 @@ +# 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> |