mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
5c28381afa
nstreams analyzes the streams that occur on a network. It displays which streams are generated by users and can optionally generation ipfw rules that will match these streams, thus only allowing what is required for the users, and nothing more. PR: 13913 Submitted by: Daniel O'Connor <darius@dons.net.au>
21 lines
378 B
Makefile
21 lines
378 B
Makefile
# New ports collection makefile for: nstreams
|
|
# Version required: 0.99.1
|
|
# Date created: 22 September 1999
|
|
# Whom: darius@dons.net.au
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= nstreams-0.99.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.hsc.fr/cabinet/produits/nstreams/
|
|
|
|
MAINTAINER= darius@dons.net.au
|
|
|
|
GNU_CONFIGURE= yes
|
|
WRKSRC= ${WRKDIR}/nstreams
|
|
|
|
MAN1= nstreams.1
|
|
|
|
.include <bsd.port.mk>
|