diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-09-25 16:19:25 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-09-25 16:19:25 +0000 |
commit | 431f47f2e7f71bbd9c9a54963d7d9b631b1f9ca9 (patch) | |
tree | 287966f31331cf88c3e79c02e46810dd56b46297 /security/zenmap | |
parent | da963079f3a9625ecfc715ac4986ea4cf2025683 (diff) | |
download | ports-431f47f2e7f71bbd9c9a54963d7d9b631b1f9ca9.tar.gz ports-431f47f2e7f71bbd9c9a54963d7d9b631b1f9ca9.zip |
Notes
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%% |