Edit

IABSD.fr/ports/sysutils/logfmon/Makefile

Branch :

  • Show log

    Commit

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

  • sysutils/logfmon/Makefile
  • COMMENT=		log file monitoring daemon
    
    V=			1.2
    DISTNAME=		logfmon-$V
    CATEGORIES=		sysutils
    
    HOMEPAGE=		https://github.com/nicm/logfmon
    
    MAINTAINER=		Tom Doherty <tom@singlesecond.com>
    
    # ISC
    PERMIT_PACKAGE=	Yes
    
    WANTLIB=		c pthread
    
    SITES=			https://github.com/nicm/logfmon/releases/download/$V/
    
    CONFIGURE_STYLE=	gnu
    
    post-install:
    	${INSTALL_DATA_DIR} ${PREFIX}/share/examples/logfmon
    	${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/logfmon
    
    .include <bsd.port.mk>