1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/net-mgmt/arpscan/Makefile
Rong-En Fan ee89ce28d6 - Update to 0.3
PR:		ports/103538
Submitted by:	Nils Vogels <nivo+kw+ports.bfa274 at is-root.com> (maintainer)
Approved by:	maintainer timeout (14 days)
2006-10-07 07:06:57 +00:00

32 lines
642 B
Makefile

# New ports collection makefile for: arpscan
# Date created: 22 Mar 2004
# Whom: David Yeske <dyeske@yahoo.com>
#
# $FreeBSD$
#
PORTNAME= arpscan
PORTVERSION= 0.3
CATEGORIES= net-mgmt
MASTER_SITES= http://ish.cx/~jason/arpscan/ \
http://unx.ca/~jason/arpscan/
MAINTAINER= dyeske@yahoo.com
COMMENT= Simple arp scanner
LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet
GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
--with-libdnet=${LOCALBASE}
PLIST_FILES= bin/arpscan
.include <bsd.port.pre.mk>
.if ${OSVERSION} <= 500000
IGNORE= unknown BIOCSETIF error
.endif
.include <bsd.port.post.mk>