9b942cbbed
Changes: Changed the way tcp connect() scan determines the results of a connect() call, got rid of the security warning message for people who are missing /dev/random and /dev/urandom due to complaints about the warning, eliminated pow() calls on Linux boxes, and fixed an RPM problem.
15 lines
336 B
Makefile
15 lines
336 B
Makefile
# $NetBSD: Makefile,v 1.6 1999/04/05 18:50:30 hubertf Exp $
|
|
#
|
|
|
|
DISTNAME= nmap-2.12
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.insecure.org/nmap/dist/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= hubertf@netbsd.org
|
|
HOMEPAGE= http://www.insecure.org/nmap/index.html
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ENV+= INSTALL=${INSTALL}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|