freebsd-ports/net-mgmt/arpscan/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

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>