summaryrefslogtreecommitdiffstats
path: root/net-mgmt/arpscan/Makefile
blob: 5793980441fdcfd1dfe5478d2c380db488c24378 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: David Yeske <dyeske@gmail.com>
# $FreeBSD$

PORTNAME=	arpscan
PORTVERSION=	0.5
PORTREVISION=	1
CATEGORIES=	net-mgmt

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Simple arp scanner

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	libdnet.so:${PORTSDIR}/net/libdnet

USE_GITHUB=	yes
GH_ACCOUNT=	jasonish
GH_TAGNAME=	e59831a

USES=		autoreconf
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=--with-libdnet=${LOCALBASE}

PLIST_FILES=	bin/arpscan

.include <bsd.port.mk>
OpenPOWER on IntegriCloud