1998-12-24 21:49:06 +01:00
|
|
|
# New ports collection makefile for: sniff
|
|
|
|
# Date created: 7 December 1998
|
|
|
|
# Whom: Rick & Samu
|
|
|
|
#
|
1999-08-31 03:53:22 +02:00
|
|
|
# $FreeBSD$
|
1998-12-24 21:49:06 +01:00
|
|
|
#
|
|
|
|
|
2000-04-21 10:19:33 +02:00
|
|
|
PORTNAME= sniff
|
|
|
|
PORTVERSION= 1.0
|
|
|
|
CATEGORIES= security
|
2000-06-22 21:15:32 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= fenner
|
1998-12-24 21:49:06 +01:00
|
|
|
|
2005-11-14 03:14:59 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= Program to sniff logins and passwords
|
1998-12-24 21:49:06 +01:00
|
|
|
|
2000-04-21 10:19:33 +02:00
|
|
|
MAN1= sniff.1
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= sbin/sniff
|
2000-04-21 10:19:33 +02:00
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
CONFIGURE_SCRIPT= configure
|
1998-12-24 21:49:06 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|