2004-03-23 09:49:46 +01:00
|
|
|
# New ports collection makefile for: arpscan
|
|
|
|
# Date created: 22 Mar 2004
|
|
|
|
# Whom: David Yeske <dyeske@yahoo.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= arpscan
|
|
|
|
PORTVERSION= 0.2
|
2006-09-22 17:06:23 +02:00
|
|
|
PORTREVISION= 1
|
2004-03-23 09:49:46 +01:00
|
|
|
CATEGORIES= net-mgmt
|
|
|
|
MASTER_SITES= http://ish.cx/~jason/arpscan/
|
|
|
|
|
|
|
|
MAINTAINER= dyeske@yahoo.com
|
|
|
|
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
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2004-03-23 09:49:46 +01:00
|
|
|
|
|
|
|
PLIST_FILES= bin/arpscan
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} <= 500000
|
|
|
|
IGNORE= "unknown BIOCSETIF error"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|