1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00
Mark Linimon 9cbfcccd9a Reset jim@corebsd.or.id, since he no longer has access to FreeBSD machines.
We appreciate the help in the past.

Hat:		portmgr
2007-02-27 21:18:31 +00:00

29 lines
584 B
Makefile

# New ports collection makefile for: kripp
# Date created: Apr 23, 2003
# Whom: Jim Geovedi <jim@corebsd.or.id>
#
# $FreeBSD$
#
PORTNAME= kripp
PORTVERSION= 0.5
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_PACKETSTORM} \
http://konst.org.ua/download/
MASTER_SITE_SUBDIR= sniffers
MAINTAINER= ports@FreeBSD.org
COMMENT= Lightweight network password sniffer
USE_PERL5_RUN= yes
NO_BUILD= yes
MAN1= kripp.1
PLIST_FILES= bin/kripp
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/kripp ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/kripp.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>