Edit

IABSD.fr/ports/sysutils/monit/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2019-09-14 21:18:18
    Hash : e82beef5
    Message : update to monit-5.26.0, from maintainer Caspar Schutijser

  • sysutils/monit/Makefile
  • # $OpenBSD: Makefile,v 1.64 2019/09/14 21:18:18 sthen Exp $
    
    COMMENT=	monitoring and managing daemons utility
    
    DISTNAME=	monit-5.26.0
    
    CATEGORIES=	sysutils
    
    HOMEPAGE=	https://www.mmonit.com/monit/
    
    MAINTAINER=	Caspar Schutijser <caspar@schutijser.com>
    
    # AGPLv3+
    PERMIT_PACKAGE=	Yes
    
    WANTLIB += c crypto m kvm pthread ssl z
    
    MASTER_SITES=	${HOMEPAGE}/dist/
    
    CONFIGURE_STYLE=gnu
    
    SUBST_VARS=	LOCALSTATEDIR
    
    pre-configure:
    	${SUBST_CMD} ${WRKSRC}/monitrc
    
    post-install:
    	${INSTALL_DATA_DIR} ${PREFIX}/share/{doc,examples}/monit
    	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/monit
    	${INSTALL_DATA} ${WRKSRC}/monitrc ${PREFIX}/share/examples/monit
    
    .include <bsd.port.mk>