summaryrefslogtreecommitdiffstats
path: root/security/kripp/Makefile
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2003-05-03 22:12:03 +0000
committervanilla <vanilla@FreeBSD.org>2003-05-03 22:12:03 +0000
commit29b971ce5d326d75f85a1761054b3401a3650417 (patch)
tree4407f295a479e51aa765a12dab3727b4a2665d07 /security/kripp/Makefile
parentebd9dccb6689ffedaa3bd8fc38b8b89ce255adba (diff)
downloadFreeBSD-ports-29b971ce5d326d75f85a1761054b3401a3650417.zip
FreeBSD-ports-29b971ce5d326d75f85a1761054b3401a3650417.tar.gz
Add kripp 0.2, lightweight network password sniffer.
PR: 51347 Submitted by: Jim Geovedi <jim@corebsd.or.id>
Diffstat (limited to 'security/kripp/Makefile')
-rw-r--r--security/kripp/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/security/kripp/Makefile b/security/kripp/Makefile
new file mode 100644
index 0000000..d311226
--- /dev/null
+++ b/security/kripp/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: kripp
+# Date created: Apr 23, 2003
+# Whom: Jim Geovedi <jim@corebsd.or.id>
+#
+# $FreeBSD$
+#
+
+PORTNAME= kripp
+PORTVERSION= 0.2
+CATEGORIES= security
+MASTER_SITES= ${MASTER_SITE_PACKETSTORM} \
+ http://konst.org.ua/download/
+MASTER_SITE_SUBDIR= sniffers
+
+MAINTAINER= jim@corebsd.or.id
+COMMENT= Lightweight network password sniffer
+
+NO_BUILD= Yes
+MAN1= kripp.1
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/kripp ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/kripp.1 ${MANPREFIX}/man/man1
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud