summaryrefslogtreecommitdiff
path: root/security/kmap/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-09-18 04:45:50 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-09-18 04:45:50 +0000
commite1915eacdb308802041516be1889f6ddf2c2b493 (patch)
treedaab6bb24a42b60e3b5ab8d5c6ab5c5fe744b989 /security/kmap/Makefile
parentGrammar and WWW: fix. (diff)
Reimport Kmap (the round about way -- easy-import won't deal with it in
the repository's current state).
Notes
Notes: svn path=/head/; revision=21705
Diffstat (limited to 'security/kmap/Makefile')
-rw-r--r--security/kmap/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/security/kmap/Makefile b/security/kmap/Makefile
new file mode 100644
index 000000000000..a298f440809f
--- /dev/null
+++ b/security/kmap/Makefile
@@ -0,0 +1,23 @@
+# 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>