mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
60aab66567
ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
21 lines
384 B
Makefile
21 lines
384 B
Makefile
# New ports collection makefile for: choparp
|
|
# Date created: 7 October 1997
|
|
# Whom: itojun@itojun.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= choparp
|
|
PORTVERSION= 20021107
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= choparp
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Simple proxy arp daemon
|
|
|
|
MAN8= choparp.8
|
|
PLIST_FILES= sbin/choparp
|
|
|
|
.include <bsd.port.mk>
|