freebsd-ports/net-mgmt/arpscan/Makefile
Jason E. Hale 234783d517 - Update to 0.5
- Add LICENSE (BSD)

While here:
- Drop ABI version number from LIB_DEPENDS
- Trim Makefile header

PR:		ports/170161
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Approved by:	makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-18 01:42:54 +00:00

22 lines
401 B
Makefile

# Created by: David Yeske <dyeske@gmail.com>
# $FreeBSD$
PORTNAME= arpscan
PORTVERSION= 0.5
CATEGORIES= net-mgmt
MASTER_SITES= GOOGLE_CODE
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple arp scanner
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= dnet:${PORTSDIR}/net/libdnet
GNU_CONFIGURE= yes
CONFIGURE_ARGS=--with-libdnet=${LOCALBASE}
PLIST_FILES= bin/arpscan
.include <bsd.port.mk>