aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/arpalert/Makefile
blob: 202024fed3b77a5cb92a8feb646dc5426ea30869 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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>