1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/net/nstreams/Makefile
Chris Piazza 5c28381afa Import of nstreams.
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>
1999-09-25 03:40:28 +00:00

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>