blob: f1c32d8fd99e049a553bee45bfc3b7235c241e71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# New ports collection makefile for: arpscan
# Date created: 22 Mar 2004
# Whom: David Yeske <dyeske@yahoo.com>
#
# $FreeBSD$
#
PORTNAME= arpscan
PORTVERSION= 0.2
CATEGORIES= net-mgmt
MASTER_SITES= http://ish.cx/~jason/arpscan/
MAINTAINER= dyeske@yahoo.com
COMMENT= Simple arp scanner
BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet
BROKEN= Unfetchable
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>
|