mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
17 lines
331 B
Makefile
17 lines
331 B
Makefile
# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= arpalert
|
|
PORTVERSION= 2.0.12
|
|
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}
|
|
|
|
.include <bsd.port.mk>
|