Edit

IABSD.fr/ports/sysutils/apachetop/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-27 17:16:22
    Hash : f372f5ac
    Message : MASTER_SITES -> SITES

  • sysutils/apachetop/Makefile
  • COMMENT =		top-like monitor for Apache
    
    V =			0.19.7
    DISTNAME =		apachetop-$V
    CATEGORIES =		sysutils
    
    MAINTAINER =		Gonzalo L. R. <gonzalo@openbsd.org>
    
    HOMEPAGE =		https://github.com/tessus/apachetop
    
    # BSD
    PERMIT_PACKAGE=	Yes
    
    WANTLIB +=		c m curses readline ${COMPILER_LIBCXX}
    
    COMPILER =		base-clang ports-gcc base-gcc
    
    SITES =		https://github.com/tessus/apachetop/releases/download/$V/
    
    CONFIGURE_STYLE =	gnu
    CONFIGURE_ENV =		NCURSES_CFLAGS=' ' \
    			NCURSES_LIBS="-lncurses"
    CONFIGURE_ARGS =	--with-logfile=/var/www/logs/access_log
    
    .include <bsd.port.mk>