summaryrefslogtreecommitdiff
path: root/security/zenmap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/zenmap/Makefile')
-rw-r--r--security/zenmap/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/security/zenmap/Makefile b/security/zenmap/Makefile
deleted file mode 100644
index 74b1d5008319..000000000000
--- a/security/zenmap/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: nmap
-# Date created: Tue Aug 04, 1998
-# Whom: David O'Brien (obrien@NUXI.com)
-#
-# $FreeBSD$
-#
-
-MASTERDIR= ${.CURDIR}/../nmap
-PKGDIR= ${.CURDIR}
-
-PORTNAME= nmapfe
-
-RUN_DEPENDS= nmap:${PORTSDIR}/security/nmap
-
-USE_GTK= yes
-#WRKSRC:= ${WRKSRC}/nmapfe
-INSTALL_TARGET= install-nmapfe
-MAN1= nmapfe.1 xnmap.1
-
-after-install:
- test -e ${PREFIX}/bin/nmapfe \
- || (cd ${PREFIX}/bin ; ${LN} -f nmapfe xnmap)
-
-.include "${MASTERDIR}/Makefile"