mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
491b358b14
PR: 20178 Submitted by: Aleksandr A. Babaylov <.@babolo.ru>
25 lines
530 B
Makefile
25 lines
530 B
Makefile
# New ports collection makefile for: flow-tools
|
|
# Date created: 2000 Jul 25
|
|
# Whom: @BABOLO <.@babolo.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= flow-tools
|
|
PORTVERSION= 0.34
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.net.ohio-state.edu/users/maf/cisco/
|
|
|
|
MAINTAINER= .@babolo.ru
|
|
|
|
ALL_TARGET= i386-fbsd docs
|
|
USE_GMAKE= yes
|
|
|
|
MAN1= flow-capture.1 flow-export.1 flow-stat.1 flow-cat.1 \
|
|
flow-fanout.1 flow-tools.1 flow-dscan.1 flow-filter.1 \
|
|
flow-print.1 flow-expire.1 flow-gen.1 flow-profile.1
|
|
|
|
#MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.mk>
|