234783d517
- 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
22 lines
401 B
Makefile
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>
|