aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/arpscan/Makefile
blob: 2e2697e4da831b30b1d4073fb8474d3e0ef87fc4 (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
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: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>