freebsd-ports/security/sniff/Makefile

23 lines
429 B
Makefile
Raw Normal View History

# New ports collection makefile for: sniff
# Date created: 7 December 1998
# Whom: Rick & Samu
#
1999-08-31 03:53:22 +02:00
# $FreeBSD$
#
PORTNAME= sniff
PORTVERSION= 1.0
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= fenner
MAINTAINER= ports@FreeBSD.org
COMMENT= Program to sniff logins and passwords
MAN1= sniff.1
PLIST_FILES= sbin/sniff
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= configure
.include <bsd.port.mk>