freebsd-ports/security/arpCounterattack/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

29 lines
738 B
Makefile

# Created by: Boris Kochergin <spawk@acm.poly.edu>
# $FreeBSD$
PORTNAME= arpCounterattack
PORTVERSION= 1.2.0
PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= http://isis.poly.edu/~bk/${PORTNAME}/ \
http://bk.macroblock.net/${PORTNAME}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Detects and remedies ARP attacks
LIB_DEPENDS= libdnet.so:net/libdnet
USES= compiler:c++11-lib tar:tbz
USE_CSTD= c++11
SUB_FILES= pkg-message
USE_RC_SUBR= ${PORTNAME}
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
.include <bsd.port.mk>