22 lines
383 B
Makefile
22 lines
383 B
Makefile
# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= arpalert
|
|
PORTVERSION= 2.0.12
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= http://www.arpalert.org/src/
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
COMMENT= ARP traffic monitoring
|
|
|
|
BROKEN= unfetchable
|
|
|
|
LICENSE= GPLv2
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --localstatedir=/var
|
|
ALL_TARGET= ${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|