1997c75349
From Darrin Chandler
34 lines
821 B
Makefile
34 lines
821 B
Makefile
# $OpenBSD: Makefile,v 1.12 2007/09/15 23:29:58 merdely Exp $
|
|
|
|
COMMENT= intercept, modify, and rewrite egress traffic
|
|
|
|
DISTNAME= fragroute-1.2
|
|
PKGNAME= ${DISTNAME}p4
|
|
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
|
|
WANTLIB= c event pcap
|
|
|
|
MASTER_SITES= http://monkey.org/~dugsong/fragroute/ \
|
|
${MASTER_SITE_PACKETSTORM:=UNIX/security/}
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= --with-libevent=/usr
|
|
|
|
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>
|