f0b58e08f6
From CHANGELOG -- Added a whole bunch of new OS fingerprints (and adjustments) ranging from big important ones (Linux 2.4.X, OpenBSD 2.9, FreeBSD 4.3, Cisco 12.2.1, MacOS X, etc) to some that are more obscure ( such as Apple Color LaserWriter 12/660 PS and VirtualAccess LinxpeedPro 120 ) -- Added "All zeros" IP.ID sequence classification to account for the new Linux 2.4 scheme which seems to use 0 whenever the DF bit is set (probably a good idea). -- Tweaked TCP Timestamp and IP.ID sequence classification algorithms
35 lines
642 B
Makefile
35 lines
642 B
Makefile
# $OpenBSD: Makefile,v 1.37 2001/06/05 11:27:56 bmc Exp $
|
|
|
|
COMMENT= "port scanning large networks"
|
|
|
|
DISTNAME= nmap-2.54BETA25
|
|
PKGNAME= nmap-2.54b25
|
|
CATEGORIES= net security
|
|
NEED_VERSION= 1.413
|
|
MASTER_SITES= ${HOMEPAGE}dist/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
HOMEPAGE= http://www.insecure.org/nmap/
|
|
|
|
MAINTAINER= Brian Caswell <bmc@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= gnu dest
|
|
|
|
FLAVORS= no_x11
|
|
FLAVOR?=
|
|
|
|
.if ${FLAVOR:L:Mno_x11}
|
|
ALL_TARGET= nmap
|
|
.else
|
|
LIB_DEPENDS= gtk.1.2::x11/gtk+
|
|
USE_X11= Yes
|
|
ALL_TARGET= nmap nmapfe/nmapfe
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|