diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/nmapfe/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/security/nmapfe/Makefile b/security/nmapfe/Makefile deleted file mode 100644 index a40ac0b21021..000000000000 --- a/security/nmapfe/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# Ports collection makefile for: nmap -# Date created: Tue Aug 04, 1998 -# Whom: David O'Brien (obrien@NUXI.com) -# -# $FreeBSD$ -# - -PORTNAME= nmapfe - -COMMENT= GUI frontend for the nmap scanning utility - -MASTERDIR= ${.CURDIR}/../nmap - -BUILD_NMAPFE= yes - -.include "${MASTERDIR}/Makefile" |