Edit

IABSD.fr/ports/www/visitors/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-27 19:13:00
    Hash : a91c6d5c
    Message : MASTER_SITES -> SITES (left 1 pecl thingy because the module needs love as well)

  • www/visitors/Makefile
  • COMMENT=	very fast web log analyzer
    
    DISTNAME=	visitors-0.7
    REVISION=	0
    CATEGORIES=	www sysutils
    
    # GPL
    PERMIT_PACKAGE=	Yes
    WANTLIB=	c
    
    HOMEPAGE=	http://www.hping.org/visitors/
    SITES=		${HOMEPAGE}
    
    WRKDIST=${WRKDIR}/${DISTNAME:S/-/_/}
    
    NO_TEST=	Yes
    
    MAKE_ENV+=	DEBUG=''
    
    do-install:
    	${INSTALL_PROGRAM} ${WRKSRC}/visitors 	${PREFIX}/bin/
    	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/visitors
    	${INSTALL_DATA} ${WRKSRC}/doc.html ${PREFIX}/share/doc/visitors/
    
    .include <bsd.port.mk>