diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-12-15 11:18:32 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-12-15 11:18:32 +0000 |
commit | 7091c3a40e8a6953c5f34f2b358848ac2a7f6e04 (patch) | |
tree | 77c50c2f0c844f14dde7e586c10c0e2f3d1dfbc6 /security/nmapfe | |
parent | 70f829e8fc33c6dbc7cfd7a7d30e1424ca67b53f (diff) | |
download | ports-7091c3a40e8a6953c5f34f2b358848ac2a7f6e04.tar.gz ports-7091c3a40e8a6953c5f34f2b358848ac2a7f6e04.zip |
Notes
Diffstat (limited to 'security/nmapfe')
-rw-r--r-- | security/nmapfe/Makefile | 15 | ||||
-rw-r--r-- | security/nmapfe/distinfo | 2 | ||||
-rw-r--r-- | security/nmapfe/pkg-descr | 2 | ||||
-rw-r--r-- | security/nmapfe/pkg-plist | 2 |
4 files changed, 15 insertions, 6 deletions
diff --git a/security/nmapfe/Makefile b/security/nmapfe/Makefile index 43ccfbf3492a..4c3ab54524bc 100644 --- a/security/nmapfe/Makefile +++ b/security/nmapfe/Makefile @@ -4,17 +4,23 @@ # Date created: Tue Aug 04, 1998 # Whom: David O'Brien (obrien@NUXI.com) # -# $Id: Makefile,v 1.3 1998/08/18 14:31:31 ache Exp $ +# $Id: Makefile,v 1.4 1998/08/20 22:06:00 obrien Exp $ # -DISTNAME= nmap-1.51 +DISTNAME= nmap-2.00 CATEGORIES= security net -MASTER_SITES= http://www.insecure.org/nmap/ +MASTER_SITES= http://www.insecure.org/nmap/ \ + ftp://relay.nuxi.com/pub/misc/ +EXTRACT_SUFX= .tgz MAINTAINER= obrien@FreeBSD.org GNU_CONFIGURE= yes -CFLAGS+= -DDLT_RAW=12 # for obsoleted <net/bpf.h> +CONFIGURE_ARGS= --libdir=${PREFIX}/share/misc +OSVERSION!= sysctl -n kern.osreldate +.if ${OSVERSION} < 300004 +CFLAGS+= -DDLT_RAW=12 # for obsoleted <net/bpf.h> +.endif MAN1= nmap.1 post-extract: @@ -22,6 +28,5 @@ post-extract: post-install: @strip ${PREFIX}/bin/nmap - @${INSTALL_MAN} ${FILESDIR}/nmap.1 ${PREFIX}/man/man1 .include <bsd.port.mk> diff --git a/security/nmapfe/distinfo b/security/nmapfe/distinfo index ed2e8d80b962..e85bfc9bf196 100644 --- a/security/nmapfe/distinfo +++ b/security/nmapfe/distinfo @@ -1 +1 @@ -MD5 (nmap-1.51.tar.gz) = 1a5e2d4fbc455120a581c1bd68dbd9d7 +MD5 (nmap-2.00.tgz) = 063f1b0d901e0787416c92d67b1cd283 diff --git a/security/nmapfe/pkg-descr b/security/nmapfe/pkg-descr index c77e677a1b2e..606e9ad916ef 100644 --- a/security/nmapfe/pkg-descr +++ b/security/nmapfe/pkg-descr @@ -7,6 +7,8 @@ ICMP, etc.). You just can't do all this with one scanning mode. Thus nmap incorporats virtually every scanning technique known of. See the nmap homepage at http://www.insecure.org/nmap/index.html +And the Phrack Magazine article (Volume 7, Issue 51 September 01, 1997, +article 11 of 17) http://www.insecure.org/nmap/p51-11.txt -- David obrien@cs.ucdavis.edu diff --git a/security/nmapfe/pkg-plist b/security/nmapfe/pkg-plist index f9b01259219a..a178256d58f8 100644 --- a/security/nmapfe/pkg-plist +++ b/security/nmapfe/pkg-plist @@ -1 +1,3 @@ +@comment $Id$ bin/nmap +share/misc/nmap-os-fingerprints |