aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/arpscan/Makefile
blob: 25f4e37acd238c582210d0982aa088f859050b44 (plain) (blame)
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
# Created by: David Yeske <dyeske@gmail.com>

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: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>