c5f3489091
- Add LICENSE - Use options helpers Approved by: portmgr (blanket)
28 lines
595 B
Makefile
28 lines
595 B
Makefile
# Created by: Nick F <ffault@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dhcdrop
|
|
PORTVERSION= 0.5
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_BZIP2= yes
|
|
USE_CSTD= gnu89
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= sbin/dhcdrop man/man8/dhcdrop.8.gz \
|
|
man/ru/man8/dhcdrop.8.gz
|
|
PLIST_DIRSTRY= man/ru/man8 man/ru
|
|
|
|
OPTIONS_DEFINE= STATIC
|
|
STATIC_DESC= Build a static version of dhcdrop
|
|
|
|
STATIC_CONFIGURE_ENABLE= static-build
|
|
|
|
.include <bsd.port.mk>
|