Edit

IABSD.fr/ports/net/crawl/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/crawl/Makefile
  • COMMENT=		small and efficient HTTP crawler
    
    DISTNAME=		crawl-0.4
    REVISION=		5
    CATEGORIES=		net
    
    HOMEPAGE=		http://www.monkey.org/~provos/crawl/
    
    # BSD
    PERMIT_PACKAGE=	Yes
    
    WANTLIB=		c event lib/db/db=3
    
    SITES=			http://www.monkey.org/~provos/
    
    LIB_DEPENDS=		databases/db/v3
    
    CONFIGURE_STYLE=	gnu
    CONFIGURE_ARGS=		--with-db="${LOCALBASE}"
    CONFIGURE_ENV=		CFLAGS="${CFLAGS} -I/usr/local/include/db"
    
    NO_TEST=		Yes
    
    .include <bsd.port.mk>