freebsd-ports/net-mgmt/dhcdrop/Makefile
Dmitry Marakasov 4c5a345e2f DHCDROP - utility for tracing and neutralizing(blocking) fake DHCP
servers in Ethernet. Supports various modes. Theres possibility
to set outgoing MAC addresses and optional settings in generated
DHCP requests. Supports legal DHCP servers list. One can run it
in interactive mode under users control or fully automatic mode for
start up from script.

WWW: http://www.netpatch.ru/en/dhcdrop.html

PR:		137955
Submitted by:	Babinski Nick <nick@malbi.dp.ua>
2009-08-19 15:46:08 +00:00

32 lines
627 B
Makefile

# New ports collection makefile for: dhcdrop
# Date created: Aug 9 2009
# Whom: Nick F
#
# $FreeBSD$
#
PORTNAME= dhcdrop
PORTVERSION= 0.5
CATEGORIES= net-mgmt sysutils
MASTER_SITES= http://www.netpatch.ru/projects/dhcdrop/
MAINTAINER= ffault@gmail.com
COMMENT= Tool for searching and suppressing false DHCP servers
USE_BZIP2= yes
GNU_CONFIGURE= yes
MAN8= ${PORTNAME}.8
MANLANG= "" ru
PLIST_FILES= sbin/dhcdrop
OPTIONS= STATIC "Build a static version of dhcdrop" off
.include <bsd.port.options.mk>
.if defined(WITH_STATIC)
CONFIGURE_ARGS+=--enable-static-build
.endif
.include <bsd.port.mk>