summaryrefslogtreecommitdiff
path: root/security/zenmap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/zenmap/Makefile')
-rw-r--r--security/zenmap/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/security/zenmap/Makefile b/security/zenmap/Makefile
deleted file mode 100644
index 3a10889c4a69..000000000000
--- a/security/zenmap/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# Ports collection makefile for: nmap
-# Version required: 1.51
-# Date created: Tue Aug 04, 1998
-# Whom: David O'Brien (obrien@NUXI.com)
-#
-# $Id: Makefile,v 1.12 1999/02/11 07:47:28 flathill Exp $
-#
-
-DISTNAME= nmap-2.07
-CATEGORIES= security net
-MASTER_SITES= http://www.insecure.org/nmap/dist/ \
- ftp://relay.nuxi.com/pub/misc/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= obrien@FreeBSD.org
-
-.include <bsd.port.pre.mk>
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --libdir=${PREFIX}/share/misc
-OSVERSION!= sysctl -n kern.osreldate
-.if ${OSVERSION} < 300004
-CFLAGS+= -DDLT_RAW=12 # for obsoleted <net/bpf.h>
-.endif
-MAN1= nmap.1
-
-post-extract:
- @${RM} -rf ${WRKSRC}/libpcap*
-
-post-install:
- @strip ${PREFIX}/bin/nmap
-
-.include <bsd.port.post.mk>