openbsd-ports/security/fragroute/Makefile
2002-12-29 20:31:39 +00:00

28 lines
655 B
Makefile

# $OpenBSD: Makefile,v 1.5 2002/12/29 20:31:40 fgsch Exp $
COMMENT= "intercept, modify, and rewrite egress traffic"
DISTNAME= fragroute-1.2
PKGNAME= ${DISTNAME}p1
CATEGORIES= security net
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://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>