freebsd-ports/net-mgmt/arpalert/Makefile
Yen-Ming Lee a442f2d52e - fix to avoid EINVAL
- bump PORTREVISION

PR:		139814
Submitted by:	Fumiyuki Shimizu <fumifumi at abacustech.jp>
2009-10-22 06:39:53 +00:00

23 lines
451 B
Makefile

# New ports collection makefile for: arpalert
# Date created: 11 May 2006
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= arpalert
PORTVERSION= 2.0.11
PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= http://www.arpalert.org/src/
MAINTAINER= leeym@FreeBSD.org
COMMENT= ARP traffic monitoring
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var
ALL_TARGET= ${PORTNAME}
MAN8= arpalert.8
.include <bsd.port.mk>