freebsd-ports/net-mgmt/arpscan/Makefile
Baptiste Daroussin df34e88d63 Deprecate unmaintained ports from net-mgmt where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
2011-03-14 11:57:42 +00:00

27 lines
591 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= http://ish.cx/~jason/arpscan/ \
http://unx.ca/~jason/arpscan/
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple arp scanner
DEPRECATED= Upstream disapear and distfile is no more available
EXPIRATION_DATE= 2011-05-01
LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet
GNU_CONFIGURE= yes
CONFIGURE_ARGS=--with-libdnet=${LOCALBASE}
PLIST_FILES= bin/arpscan
.include <bsd.port.mk>