Edit

IABSD.fr/ports/security/strobe/Makefile

Branch :

  • Show log

    Commit

  • Author : jca
    Date : 2015-01-20 02:32:49
    Hash : 65c861cb
    Message : Respect DEBUG=-g and avoid using uninitialized mem.

  • security/strobe/Makefile
  • # $OpenBSD: Makefile,v 1.25 2015/01/20 02:32:49 jca Exp $
    
    COMMENT=	fast scatter/gather TCP port scanner
    
    DISTNAME=	strobe-1.06
    REVISION=	0
    CATEGORIES=	security
    MASTER_SITES=	http://ftp.cerias.purdue.edu/pub/tools/unix/scanners/strobe/
    
    # License: BSD
    PERMIT_PACKAGE_CDROM=	Yes
    WANTLIB=		c
    
    WRKDIST=	${WRKDIR}/strobe
    ALL_TARGET=	strobe
    
    NO_TEST=	Yes
    
    .include <bsd.port.mk>