mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
83fc7a83ad
- Thank you for your years of service, we hope to see you back Approved by: portmgr
24 lines
389 B
Makefile
24 lines
389 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= ports@FreeBSD.org
|
|
COMMENT= Simple proxy arp daemon
|
|
|
|
USE_RC_SUBR= choparp
|
|
|
|
MANCOMPRESSED= yes
|
|
MAN8= choparp.8
|
|
PLIST_FILES= sbin/choparp
|
|
|
|
.include <bsd.port.mk>
|