summaryrefslogtreecommitdiff
path: root/security/kmap/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-09-11 03:44:25 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-09-11 03:44:25 +0000
commit920ac3d3eb4d43de83d787ff1558e974169d3a64 (patch)
tree7b839467a72c9fdeb22f900477b2c1576da73796 /security/kmap/Makefile
parentKDE-compliant GUI front end for the nmap port scanning tool. (diff)
Remove kmap, we're under ports freeze.
Notes
Notes: svn path=/head/; revision=21654
Diffstat (limited to 'security/kmap/Makefile')
-rw-r--r--security/kmap/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/security/kmap/Makefile b/security/kmap/Makefile
deleted file mode 100644
index a298f440809f..000000000000
--- a/security/kmap/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: kmap
-# Version required: 0.4
-# Date created: Fri Sep 10, 1999
-# Whom: David O'Brien (obrien@cs.ucdavis.edu)
-#
-# $FreeBSD$
-#
-
-DISTNAME= kmap-0.4
-CATEGORIES= security net
-MASTER_SITES= http://www.islc.net/~icszepp/kmap/
-
-MAINTAINER= obrien@FreeBSD.org
-
-LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11
-RUN_DEPENDS= nmap:${PORTSDIR}/security/nmap
-
-USE_XLIB= yes
-GNU_CONFIGURE= yes
-USE_QT= yes
-
-.include <bsd.port.mk>