mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
20 lines
366 B
Makefile
20 lines
366 B
Makefile
# 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>
|