Edit

IABSD.fr/ports/security/amap/Makefile

Branch :

  • Show log

    Commit

  • Author : rpe
    Date : 2013-04-07 01:07:23
    Hash : d65b0572
    Message : remove MASTER_SITE_PACKETSTORM from MASTER_SITES the distfile is not hosted there anymore "go ahead" sthen@

  • security/amap/Makefile
  • # $OpenBSD: Makefile,v 1.23 2013/04/07 01:07:23 rpe Exp $
    
    COMMENT=	application protocol detection tool
    
    REVISION=	0
    DISTNAME=	amap-5.4
    CATEGORIES=	security
    
    HOMEPAGE=	http://thc.org/thc-amap/
    
    # GPL with changes
    PERMIT_PACKAGE_CDROM=	No
    PERMIT_PACKAGE_FTP=	Yes
    
    MASTER_SITES=	http://freeworld.thc.org/releases/
    
    WANTLIB=	c crypto ssl pcre
    
    LIB_DEPENDS=	devel/pcre
    
    CONFIGURE_STYLE= simple
    CONFIGURE_ARGS=	--prefix='${PREFIX}'
    
    NO_TEST=	Yes
    MAKE_FLAGS=	OPT="${CFLAGS} -I${LOCALBASE}/include"
    
    post-extract:
    	@chmod -R u+w ${WRKDIST}
    	@perl -pi -e "s,\"\.\/\",\"$(TRUEPREFIX)\/share\/amap\/\"," \
    		${WRKSRC}/amap-lib.c
    
    .include <bsd.port.mk>