blob: 2d92b33f92f899b0d747421e7ba27e9ea13d62cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: sniff
# Version required: 1.0
# Date created: 7 December 1998
# Whom: Rick & Samu
#
# $FreeBSD$
#
DISTNAME= sniff-1.0
CATEGORIES= security
MASTER_SITES= ftp://righi.df.unibo.it/pub/sniff/
MAINTAINER= veraldi@cs.unibo.it
MAN1= sniff.1
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= configure
.include <bsd.port.mk>
|