diff options
author | leeym <leeym@FreeBSD.org> | 2003-09-26 00:19:25 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-09-26 00:19:25 +0800 |
commit | c2d0da0660fb961684001a5ce7b8293a2d8778a0 (patch) | |
tree | f18c3e4fb43302cbf9834a4d773199482f087f23 /security/zenmap | |
parent | 0ebcde25e7a48ec9280e22283323be0c77991561 (diff) | |
download | freebsd-ports-gnome-c2d0da0660fb961684001a5ce7b8293a2d8778a0.tar.gz freebsd-ports-gnome-c2d0da0660fb961684001a5ce7b8293a2d8778a0.tar.zst freebsd-ports-gnome-c2d0da0660fb961684001a5ce7b8293a2d8778a0.zip |
update to nmap/nmapfe version 3.46
PR: 57196
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'security/zenmap')
-rw-r--r-- | security/zenmap/Makefile | 11 | ||||
-rw-r--r-- | security/zenmap/pkg-descr | 6 | ||||
-rw-r--r-- | security/zenmap/pkg-plist | 5 |
3 files changed, 1 insertions, 21 deletions
diff --git a/security/zenmap/Makefile b/security/zenmap/Makefile index 7a56ea41168c..a40ac0b21021 100644 --- a/security/zenmap/Makefile +++ b/security/zenmap/Makefile @@ -1,4 +1,3 @@ -# ex:ts=8 # Ports collection makefile for: nmap # Date created: Tue Aug 04, 1998 # Whom: David O'Brien (obrien@NUXI.com) @@ -10,16 +9,8 @@ PORTNAME= nmapfe COMMENT= GUI frontend for the nmap scanning utility -RUN_DEPENDS= nmap:${PORTSDIR}/security/nmap - MASTERDIR= ${.CURDIR}/../nmap -PLIST= ${.CURDIR}/pkg-plist - -USE_GNOME= gtk12 - -MAN1= nmapfe.1 xnmap.1 -ALL_TARGET= nbase/libnbase.a nmapfe/nmapfe -INSTALL_TARGET= install-nmapfe +BUILD_NMAPFE= yes .include "${MASTERDIR}/Makefile" diff --git a/security/zenmap/pkg-descr b/security/zenmap/pkg-descr deleted file mode 100644 index ef1316ec24bc..000000000000 --- a/security/zenmap/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -nmapfe is a GUI front end for the nmap port scanning tool. - -WWW: http://www.insecure.org/nmap/index.html - --- David - obrien@cs.ucdavis.edu diff --git a/security/zenmap/pkg-plist b/security/zenmap/pkg-plist deleted file mode 100644 index ed083403e4f5..000000000000 --- a/security/zenmap/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/nmapfe -bin/xnmap -@cwd %%X11BASE%% -share/gnome/apps/Utilities/nmapfe.desktop -@cwd %%LOCALBASE%% |