2004-03-23 09:49:46 +01:00
|
|
|
# New ports collection makefile for: arpscan
|
|
|
|
# Date created: 22 Mar 2004
|
2007-07-06 01:39:06 +02:00
|
|
|
# Whom: David Yeske <dyeske@gmail.com>
|
2004-03-23 09:49:46 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= arpscan
|
2006-10-07 09:06:57 +02:00
|
|
|
PORTVERSION= 0.3
|
2004-03-23 09:49:46 +01:00
|
|
|
CATEGORIES= net-mgmt
|
2011-03-25 12:36:36 +01:00
|
|
|
MASTER_SITES= GOOGLE_CODE
|
2004-03-23 09:49:46 +01:00
|
|
|
|
2009-02-03 00:44:01 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-03-23 09:49:46 +01:00
|
|
|
COMMENT= Simple arp scanner
|
|
|
|
|
2006-09-22 17:06:23 +02:00
|
|
|
LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet
|
2004-03-23 09:49:46 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2008-08-21 08:18:49 +02:00
|
|
|
CONFIGURE_ARGS=--with-libdnet=${LOCALBASE}
|
2004-03-23 09:49:46 +01:00
|
|
|
|
|
|
|
PLIST_FILES= bin/arpscan
|
|
|
|
|
2007-10-04 04:24:29 +02:00
|
|
|
.include <bsd.port.mk>
|