mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
7a32045625
PR: 102272 Submitted by: David Adam <zanchey@ucc.gu.uwa.edu.au> Approved by: maintainer timeout (1 month) While here fix a segfault in usage() (*sigh*)
31 lines
593 B
Makefile
31 lines
593 B
Makefile
# New ports collection makefile for: arpscan
|
|
# Date created: 22 Mar 2004
|
|
# Whom: David Yeske <dyeske@yahoo.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= arpscan
|
|
PORTVERSION= 0.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= http://ish.cx/~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}
|
|
|
|
PLIST_FILES= bin/arpscan
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} <= 500000
|
|
IGNORE= "unknown BIOCSETIF error"
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|