2019-07-12 20:49:33 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2019/07/12 20:49:39 sthen Exp $
|
2010-10-17 11:15:29 +00:00
|
|
|
|
|
|
|
COMMENT = top-like monitor for Apache
|
|
|
|
|
2018-04-13 07:39:33 +00:00
|
|
|
V = 0.18.4
|
2018-04-10 13:25:34 +00:00
|
|
|
DISTNAME = apachetop-$V
|
2010-10-17 11:15:29 +00:00
|
|
|
CATEGORIES = sysutils
|
2018-10-24 14:27:57 +00:00
|
|
|
REVISION = 0
|
2010-10-17 11:15:29 +00:00
|
|
|
|
2014-10-22 13:19:37 +00:00
|
|
|
MAINTAINER = Gonzalo L. R. <gonzalo@openbsd.org>
|
2010-10-17 11:15:29 +00:00
|
|
|
|
2018-04-08 10:30:32 +00:00
|
|
|
HOMEPAGE = https://github.com/tessus/apachetop
|
2010-10-17 11:15:29 +00:00
|
|
|
|
|
|
|
# BSD
|
2019-07-12 20:49:33 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2010-10-17 11:15:29 +00:00
|
|
|
|
2018-10-24 14:27:57 +00:00
|
|
|
WANTLIB += c m curses readline ${COMPILER_LIBCXX}
|
|
|
|
|
|
|
|
COMPILER = base-clang ports-gcc base-gcc
|
|
|
|
|
2018-04-10 13:25:34 +00:00
|
|
|
MASTER_SITES = https://github.com/tessus/apachetop/releases/download/$V/
|
2010-10-17 11:15:29 +00:00
|
|
|
|
2018-04-10 13:25:34 +00:00
|
|
|
CONFIGURE_STYLE = gnu
|
2010-10-17 11:15:29 +00:00
|
|
|
|
2018-04-10 13:25:34 +00:00
|
|
|
CONFIGURE_ARGS = --with-logfile=/var/www/logs/access_log
|
2010-10-17 11:15:29 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|