Edit

IABSD.fr/ports/net/sing/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2023-11-07 14:19:05
    Hash : 4e66d499
    Message : http://*sourceforge.net now redirect to https Update SITES, HOMEPAGE, and comments.

  • net/sing/Makefile
  • COMMENT=	send ICMP nasty garbage
    
    DISTNAME=	SING-1.1
    PKGNAME=	${DISTNAME:L}
    REVISION=	7
    CATEGORIES=	net security
    SITES=		${SITE_SOURCEFORGE:=sing/}
    EXTRACT_SUFX=	.tgz
    
    HOMEPAGE=	https://sourceforge.net/projects/sing/
    
    LIB_DEPENDS=	net/libnet/1.0
    
    PERMIT_PACKAGE=	Yes
    WANTLIB=		c pcap lib/libnet-1.0/net=0
    
    SEPARATE_BUILD=	Yes
    AUTOCONF_VERSION=2.13
    CONFIGURE_STYLE= autoconf
    CONFIGURE_ENV=	INCLUDES="-L${LOCALBASE}/include/libnet-1.0" \
    		LDFLAGS="-L${LOCALBASE}/lib/libnet-1.0"
    
    .include <bsd.port.mk>