aboutsummaryrefslogtreecommitdiff
path: root/security/zenmap/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
commit01a9f79f0a3692d8148990805beabc8593d3596d (patch)
tree99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /security/zenmap/Makefile
parent8c307777eaf81af4195ae428b3ebbeba734fc5af (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_3_0'.release/4.3.0
Diffstat (limited to 'security/zenmap/Makefile')
-rw-r--r--security/zenmap/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/security/zenmap/Makefile b/security/zenmap/Makefile
deleted file mode 100644
index 215ef89aebc3..000000000000
--- a/security/zenmap/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: nmap
-# Date created: Tue Aug 04, 1998
-# Whom: David O'Brien (obrien@NUXI.com)
-#
-# $FreeBSD$
-#
-
-PORTNAME= nmapfe
-PORTVERSION= 0.9.5
-CATEGORIES= security
-MASTER_SITES= http://codebox.net/download/ \
- http://www.insecure.org/nmap/dist/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= obrien@FreeBSD.org
-
-RUN_DEPENDS= nmap:${PORTSDIR}/security/nmap
-
-.include <bsd.port.pre.mk>
-
-USE_XLIB= yes
-USE_GTK= yes
-GNU_CONFIGURE= yes
-WRKSRC:= ${WRKDIR}/nmapfe
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/nmapfe ${PREFIX}/bin
- cd ${PREFIX}/bin && ${LN} -f nmapfe xnmap
-
-.include <bsd.port.post.mk>