freebsd-ports/security/portscanner/Makefile
Andreas Klemm bba56e760c - fix from Peter:
get rid of 2nd half of the patch, fix was intended for
  cosmetical reasons, but broke portscanner
- bumped port revision

This error is now fixed:
portscanner -vv -v -v -b 1 -e 6 xx.xxx.xxx.xx
xx.xxx.xx.xx
Error assigning master socket: Too many open files
Exit 255

Submitted by:	Peter Edwards <peter.edwards@openet-telecom.com>
Approved by:	portmgr@ (Joe Marcus Clarke <marcus@marcuscom.com>)
2003-10-22 16:08:54 +00:00

24 lines
590 B
Makefile

# New ports collection makefile for: portscanner
# Date created: 11 August 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
# $FreeBSD$
#
PORTNAME= portscanner
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.ameth.org/~veilleux/PortScan/
DISTNAME= PortScanner-${PORTVERSION}
MAINTAINER= billf@FreeBSD.org
COMMENT= A simple and easy to use TCP port scanner
do-build:
@ ${CC} -o ${WRKSRC}/portscanner ${CFLAGS} ${WRKSRC}/portscanner.c
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/portscanner ${PREFIX}/bin
.include <bsd.port.mk>