openbsd-ports/security/fragroute/Makefile

28 lines
655 B
Makefile
Raw Normal View History

2002-12-29 15:31:39 -05:00
# $OpenBSD: Makefile,v 1.5 2002/12/29 20:31:40 fgsch Exp $
COMMENT= "intercept, modify, and rewrite egress traffic"
DISTNAME= fragroute-1.2
2002-05-29 21:00:55 -04:00
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
2002-06-16 11:36:57 -04:00
CONFIGURE_ARGS= --with-libevent=/usr
2002-06-16 11:36:57 -04:00
BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a::net/libdnet
.include <bsd.port.mk>