Edit

IABSD.fr/ports/security/fragroute/Makefile

Branch :

  • Show log

    Commit

  • Author : jca
    Date : 2015-06-10 11:05:02
    Hash : 60c9c68c
    Message : Remove unresponsive maintainer.

  • security/fragroute/Makefile
  • # $OpenBSD: Makefile,v 1.22 2015/06/10 11:05:02 jca Exp $
    
    COMMENT=		intercept, modify, and rewrite egress traffic
    
    DISTNAME=		fragroute-1.2
    REVISION =		8
    CATEGORIES=    		security net
    
    HOMEPAGE=		http://www.monkey.org/~dugsong/fragroute/
    
    # BSD
    PERMIT_PACKAGE_CDROM=	Yes
    WANTLIB=		c event pcap dnet>=1
    
    MASTER_SITES=		http://monkey.org/~dugsong/fragroute/ \
    			${MASTER_SITE_PACKETSTORM:=UNIX/security/}
    
    CONFIGURE_STYLE=	gnu
    CONFIGURE_ARGS=		 --with-libevent=/usr
    
    LIB_DEPENDS=		net/libdnet
    
    post-install:
    			${INSTALL_DATA_DIR} ${PREFIX}/share/examples/fragroute/
    			${INSTALL_DATA} ${WRKDIST}/fragroute.conf \
    			  ${PREFIX}/share/examples/fragroute/
    
    .include <bsd.port.mk>