openbsd-ports/security/fragroute/Makefile
2002-06-16 15:36:57 +00:00

29 lines
680 B
Makefile

# $OpenBSD: Makefile,v 1.3 2002/06/16 15:36:57 naddy Exp $
COMMENT= "intercept, modify, and rewrite egress traffic"
DISTNAME= fragroute-1.2
PKGNAME= ${DISTNAME}p1
CATEGORIES= security net
NEED_VERSION= 1.531
HOMEPAGE= http://www.monkey.org/~dugsong/fragroute/
MAINTAINER= Jason Peel <jsyn@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.monkey.org/~dugsong/fragroute/ \
${MASTER_SITE_PACKETSTORM:=UNIX/security/}
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-libevent=/usr
BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a::net/libdnet
.include <bsd.port.mk>