1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/net-mgmt/dhcdrop/Makefile
2021-04-06 16:31:07 +02:00

37 lines
910 B
Makefile

# Created by: Nick F <ffault@gmail.com>
PORTNAME= dhcdrop
PORTVERSION= 0.5
PORTREVISION= 3
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
USES= autoreconf libtool tar:bzip2
USE_CSTD= gnu89
GNU_CONFIGURE= yes
PLIST_FILES= sbin/dhcdrop man/man8/dhcdrop.8.gz \
man/ru/man8/dhcdrop.8.gz
OPTIONS_DEFINE= STATIC
STATIC_DESC= Build a static version of dhcdrop
# --disable-static-build is broken and has the same effect as
# --enable-static-build, so do not use STATIC_CONFIGURE_ENABLE
# here.
STATIC_CONFIGURE_ON= --enable-static-build
.if exists(/usr/lib/libibverbs.a)
# Link with libibverbs too needed by static libpcap
post-patch-STATIC-on:
@${REINPLACE_CMD} -e 's,^dhcdrop_LDADD.*,& -libverbs,' \
${WRKSRC}/src/Makefile.am
.endif
.include <bsd.port.mk>