aboutsummaryrefslogtreecommitdiff
path: root/security/nmap/Makefile
diff options
context:
space:
mode:
authorDennis Herrmann <dhn@FreeBSD.org>2009-04-13 09:53:53 +0000
committerDennis Herrmann <dhn@FreeBSD.org>2009-04-13 09:53:53 +0000
commit36a2474a7266866d54d0ed0281c9c75f2429a76c (patch)
tree51d8b815c086f5164311c40abc724fd9e6531e2c /security/nmap/Makefile
parent6af782021b58b7b1a2c2c226ece4d5cd7abcae26 (diff)
downloadports-36a2474a7266866d54d0ed0281c9c75f2429a76c.tar.gz
ports-36a2474a7266866d54d0ed0281c9c75f2429a76c.zip
- Update to 4.85.b7
PR: ports/133547 Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) Approved by: miwi (mentor)
Notes
Notes: svn path=/head/; revision=232302
Diffstat (limited to 'security/nmap/Makefile')
-rw-r--r--security/nmap/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/nmap/Makefile b/security/nmap/Makefile
index dfd6575f815e..6150ff296a54 100644
--- a/security/nmap/Makefile
+++ b/security/nmap/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= nmap
-PORTVERSION= 4.76
+DISTVERSION= 4.85BETA7
CATEGORIES= security ipv6
MASTER_SITES= http://nmap.org/dist/ \
http://www.mirrors.wiretapped.net/security/network-mapping/nmap/ \
@@ -26,12 +26,13 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-localdirs \
--without-zenmap \
+ --without-ndiff \
--with-libpcre=${LOCALBASE} \
--with-libdnet=${LOCALBASE} \
--with-liblua=${LOCALBASE}
CONFIGURE_ENV= LUA_INCDIR="${LUA_INCDIR}" LUA_LIBDIR="${LUA_LIBDIR}"
-MAN1= nmap.1
+MAN1= nmap.1 ncat.1
.ifndef WITHOUT_SSL
USE_OPENSSL= yes