2013-05-10 11:28:32 +00:00
|
|
|
# Created by: Nick F <ffault@gmail.com>
|
2009-08-19 15:46:08 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= dhcdrop
|
|
|
|
PORTVERSION= 0.5
|
2013-07-23 09:47:30 +00:00
|
|
|
PORTREVISION= 1
|
2009-08-19 15:46:08 +00:00
|
|
|
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
|
|
|
|
|
2014-02-22 18:20:45 +00:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2014-07-29 21:43:17 +00:00
|
|
|
USES= tar:bzip2
|
2013-07-23 09:47:30 +00:00
|
|
|
USE_CSTD= gnu89
|
2009-08-19 15:46:08 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2014-02-22 18:20:45 +00:00
|
|
|
PLIST_FILES= sbin/dhcdrop man/man8/dhcdrop.8.gz \
|
|
|
|
man/ru/man8/dhcdrop.8.gz
|
2009-08-19 15:46:08 +00:00
|
|
|
|
2013-05-10 11:28:32 +00:00
|
|
|
OPTIONS_DEFINE= STATIC
|
|
|
|
STATIC_DESC= Build a static version of dhcdrop
|
2009-08-19 15:46:08 +00:00
|
|
|
|
2014-02-22 18:20:45 +00:00
|
|
|
STATIC_CONFIGURE_ENABLE= static-build
|
2009-08-19 15:46:08 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|