freebsd-ports/net-mgmt/choparp/Makefile
Norikatsu Shigemura e36a78f95b Add verbose option to print warning only, and another type gratuitous
ARP used by windows: packet containing zero sender ip.

PR:		ports/145198
Submitted by:	Gleb Kurtsou
2010-05-04 14:03:14 +00:00

23 lines
391 B
Makefile

# New ports collection makefile for: choparp
# Date created: 7 October 1997
# Whom: itojun@itojun.org
#
# $FreeBSD$
#
PORTNAME= choparp
PORTVERSION= 20021107
PORTREVISION= 4
CATEGORIES= net-mgmt
MASTER_SITES= SF
MAINTAINER= nork@FreeBSD.org
COMMENT= Simple proxy arp daemon
USE_RC_SUBR= choparp.sh
MANCOMPRESSED= yes
MAN8= choparp.8
PLIST_FILES= sbin/choparp
.include <bsd.port.mk>