mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
25 lines
443 B
Makefile
25 lines
443 B
Makefile
# New ports collection makefile for: choparp
|
|
# Date created: 7 October 1997
|
|
# Whom: itojun@itojun.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= choparp
|
|
PORTVERSION= 20021107
|
|
PORTREVISION= 3
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= choparp
|
|
|
|
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>
|