openbsd-ports/net/dhcdrop/Makefile
kirby 2685d64d83 Import dhcdrop, a tool to either reduce the impact of a rogue DHCP server
on a network, or as a stress-test tool for use when configuring
or developing DHCP servers.
DESCR tweaks and ok sthen@
2013-12-11 19:15:15 +00:00

28 lines
553 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2013/12/11 19:15:15 kirby Exp $
COMMENT = testing and/or dropping DHCP server
DISTNAME = dhcdrop-0.5
CATEGORIES = net
HOMEPAGE = http://www.netpatch.ru/dhcdrop.html
MAINTAINER = Kirill Bychkov <kirby@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c pcap
MASTER_SITES = http://www.netpatch.ru/projects/dhcdrop/
EXTRACT_SUFX = .tar.bz2
CONFIGURE_STYLE = gnu
post-extract:
perl -pi -e 's/\r$$//' ${WRKSRC}/man/dhcdrop.8
perl -pi -e 's/\s+$$/\n/' ${WRKSRC}/man/dhcdrop.8
.include <bsd.port.mk>