1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/net-mgmt/arpscan/Makefile
Martin Wilke 0e81abbf0c - Remove DEPRECATED
- Update MASTER_SITES and WWW: line

PR:		155869
Submitted by:	Ports Fury
2011-03-25 11:36:36 +00:00

24 lines
435 B
Makefile

# New ports collection makefile for: arpscan
# Date created: 22 Mar 2004
# Whom: David Yeske <dyeske@gmail.com>
#
# $FreeBSD$
#
PORTNAME= arpscan
PORTVERSION= 0.3
CATEGORIES= net-mgmt
MASTER_SITES= GOOGLE_CODE
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple arp scanner
LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet
GNU_CONFIGURE= yes
CONFIGURE_ARGS=--with-libdnet=${LOCALBASE}
PLIST_FILES= bin/arpscan
.include <bsd.port.mk>