Edit

IABSD.fr/ports/net/bindgraph/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-27 14:17:59
    Hash : a34bba28
    Message : MASTER_SITES -> SITES catch one MASTER_SITES0 that wasn't actually in use

  • net/bindgraph/Makefile
  • COMMENT=	rrdtool frontend for Bind installation
    
    DISTNAME=	bindgraph-0.2
    REVISION=	0
    CATEGORIES=	net www
    
    HOMEPAGE=	http://www.linux.it/~md/software/
    
    SITES= 		${HOMEPAGE}
    
    MAINTAINER=     Pierre-Emmanuel Andre <pea@openbsd.org>
    
    # GPLv2
    PERMIT_PACKAGE=	Yes
    
    EXTRACT_SUFX= 	.tgz
    
    RUN_DEPENDS=	net/rrdtool \
    		devel/p5-File-Tail
    
    NO_TEST=	Yes
    NO_BUILD=	Yes
    
    LIBDIR=		lib/bindgraph
    
    do-install:
    	${INSTALL_SCRIPT} ${WRKSRC}/bindgraph.pl ${PREFIX}/bin/bindgraph
    	${INSTALL_DATA_DIR} ${PREFIX}/${LIBDIR}
    	${INSTALL_SCRIPT} ${WRKSRC}/bindgraph.cgi ${PREFIX}/lib/bindgraph
    
    .include <bsd.port.mk>