openbsd-ports/security/fragroute/Makefile

34 lines
814 B
Makefile
Raw Normal View History

2005-07-13 14:47:02 -04:00
# $OpenBSD: Makefile,v 1.9 2005/07/13 18:47:02 aanriot Exp $
COMMENT= "intercept, modify, and rewrite egress traffic"
DISTNAME= fragroute-1.2
2005-05-22 01:40:12 -04:00
PKGNAME= ${DISTNAME}p3
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
2004-12-27 08:28:33 -05:00
WANTLIB= c pcap
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
2005-07-13 14:47:02 -04:00
LIB_DEPENDS= dnet.1::net/libdnet
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/fragroute/
${INSTALL_DATA} ${WRKDIST}/fragroute.conf \
${PREFIX}/share/examples/fragroute/
.include <bsd.port.mk>