8d6597e0bb
With hat: portmgr Sponsored by: Absolight
28 lines
468 B
Makefile
28 lines
468 B
Makefile
# 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>
|