9c8b5ede43
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
31 lines
1,014 B
Makefile
31 lines
1,014 B
Makefile
# $NetBSD: Makefile,v 1.9 2006/03/04 21:30:33 jlam Exp $
|
|
|
|
DISTNAME= fragroute-1.2
|
|
PKGREVISION= 3
|
|
CATEGORIES= security net
|
|
MASTER_SITES= http://monkey.org/~dugsong/fragroute/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.monkey.org/~dugsong/fragroute/
|
|
COMMENT= Tool for intercepting, modifying and rewriting egress traffic
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --with-libdnet=${BUILDLINK_PREFIX.libdnet}
|
|
CONFIGURE_ARGS+= --with-libevent=${BUILDLINK_PREFIX.libevent}
|
|
CONFIGURE_ARGS+= --with-pcap=${BUILDLINK_PREFIX.libpcap}
|
|
|
|
SCRIPTS= README.snort base-1 frag-1 frag-2 frag-3 frag-4 frag-5 \
|
|
frag-6 frag-7-unix frag-7-win32 ins-2 ins-3 tcbc-2 tcp-3 tcp-5 \
|
|
tcp-7 tcp-9
|
|
|
|
pre-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/fragroute
|
|
.for FILE in ${SCRIPTS}
|
|
${INSTALL_DATA} ${WRKSRC}/scripts/${FILE} ${PREFIX}/share/fragroute
|
|
.endfor
|
|
|
|
.include "../../net/libpcap/buildlink3.mk"
|
|
.include "../../net/libdnet/buildlink3.mk"
|
|
.include "../../devel/libevent/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|