freebsd-ports/net-mgmt/choparp/Makefile

25 lines
443 B
Makefile
Raw Normal View History

# New ports collection makefile for: choparp
# Date created: 7 October 1997
# Whom: itojun@itojun.org
#
1999-08-30 16:24:37 +02:00
# $FreeBSD$
#
PORTNAME= choparp
PORTVERSION= 20021107
2006-04-28 18:04:13 +02:00
PORTREVISION= 3
CATEGORIES= net-mgmt
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= choparp
MAINTAINER= nork@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= Simple proxy arp daemon
USE_RC_SUBR= choparp.sh
MANCOMPRESSED= yes
MAN8= choparp.8
2004-02-05 21:38:07 +01:00
PLIST_FILES= sbin/choparp
.include <bsd.port.mk>