2011-04-27 19:42:00 +02:00
|
|
|
PORTNAME= arpCounterattack
|
|
|
|
PORTVERSION= 1.2.0
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 8
|
2011-04-27 19:42:00 +02:00
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= http://isis.poly.edu/~bk/${PORTNAME}/ \
|
|
|
|
http://bk.macroblock.net/${PORTNAME}/
|
|
|
|
|
2014-07-07 17:16:05 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2011-04-27 19:42:00 +02:00
|
|
|
COMMENT= Detects and remedies ARP attacks
|
2023-10-27 14:52:02 +02:00
|
|
|
WWW= https://web.archive.org/web/20161008074851/http://acm.poly.edu/wiki/ARP_Counterattack
|
2011-04-27 19:42:00 +02:00
|
|
|
|
2019-05-24 18:06:31 +02:00
|
|
|
LIB_DEPENDS= libdnet.so:net/libdnet \
|
|
|
|
libpcap.so:net/libpcap
|
2011-04-27 19:42:00 +02:00
|
|
|
|
2014-07-07 17:16:05 +02:00
|
|
|
USES= compiler:c++11-lib tar:tbz
|
|
|
|
USE_CSTD= c++11
|
2011-04-27 19:42:00 +02:00
|
|
|
USE_RC_SUBR= ${PORTNAME}
|
|
|
|
|
2019-05-24 18:06:31 +02:00
|
|
|
SUB_FILES= pkg-message
|
|
|
|
|
2014-07-07 17:16:05 +02:00
|
|
|
do-install:
|
|
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/arpCounterattack
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/arpCounterattack \
|
|
|
|
${STAGEDIR}${PREFIX}/sbin
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/arpCounterattack.conf.sample \
|
|
|
|
${WRKSRC}/oui.txt ${STAGEDIR}${PREFIX}/etc/arpCounterattack
|
2011-04-27 19:42:00 +02:00
|
|
|
|
2014-07-07 17:16:05 +02:00
|
|
|
.include <bsd.port.mk>
|